Fix "unused variable" warning in QVariant header.
Change-Id: Ia70ee372e277b1f95b893c461820fe97f381b8b1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
3fa70d9c74
commit
3d72797df1
@ -440,6 +440,7 @@ public:
|
|||||||
void delegate(const T*)
|
void delegate(const T*)
|
||||||
{
|
{
|
||||||
Filtered<T> streamIt(m_debugStream, m_d);
|
Filtered<T> streamIt(m_debugStream, m_d);
|
||||||
|
Q_UNUSED(streamIt);
|
||||||
}
|
}
|
||||||
|
|
||||||
void delegate(const QMetaTypeSwitcher::NotBuiltinType*)
|
void delegate(const QMetaTypeSwitcher::NotBuiltinType*)
|
||||||
|
Loading…
Reference in New Issue
Block a user