removed Q_UNUSED

This commit is contained in:
Martchus 2015-09-01 20:51:46 +02:00
parent 4047cdd14f
commit 4af66240de
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ void QtConfigArguments::applySettings() const
} }
#endif #endif
#ifdef GUI_QTQUICK #ifdef GUI_QTQUICK
Q_UNUSED(values)
cout << "Warning: Can not set a style for the Qt Quick GUI." << endl; cout << "Warning: Can not set a style for the Qt Quick GUI." << endl;
#endif #endif
} }