From 4af66240ded2a5668369bb65e74f15a951540b72 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 1 Sep 2015 20:51:46 +0200 Subject: [PATCH] removed Q_UNUSED --- resources/qtconfigarguments.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qtconfigarguments.cpp b/resources/qtconfigarguments.cpp index 39c8544..9f1c33b 100644 --- a/resources/qtconfigarguments.cpp +++ b/resources/qtconfigarguments.cpp @@ -75,7 +75,6 @@ void QtConfigArguments::applySettings() const } #endif #ifdef GUI_QTQUICK - Q_UNUSED(values) cout << "Warning: Can not set a style for the Qt Quick GUI." << endl; #endif }