Fix "unused variable" warning in QVariant header.

Change-Id: Ia70ee372e277b1f95b893c461820fe97f381b8b1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Morten Sorvig 2012-03-28 13:39:44 +02:00 committed by Qt by Nokia
parent 3fa70d9c74
commit 3d72797df1

View File

@ -440,6 +440,7 @@ public:
void delegate(const T*)
{
Filtered<T> streamIt(m_debugStream, m_d);
Q_UNUSED(streamIt);
}
void delegate(const QMetaTypeSwitcher::NotBuiltinType*)