summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qstyle.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-11-26 00:00:13 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-11-26 00:00:13 (GMT)
commit7dec702b4ac6fba07640959a0666ab1b44e25f07 (patch)
treee640b2e533c69ea9878f63f2aeecce3d604a01a0 /src/gui/styles/qstyle.cpp
parentd8ee9ddffa4e0cad8c1d991ab6fb84b705c075e5 (diff)
parentccebbb663a1b21204057d8b799de3ddf1b63307e (diff)
downloadQt-7dec702b4ac6fba07640959a0666ab1b44e25f07.zip
Qt-7dec702b4ac6fba07640959a0666ab1b44e25f07.tar.gz
Qt-7dec702b4ac6fba07640959a0666ab1b44e25f07.tar.bz2
Merge branch 'master-upstream' into master-water
Diffstat (limited to 'src/gui/styles/qstyle.cpp')
-rw-r--r--src/gui/styles/qstyle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/styles/qstyle.cpp b/src/gui/styles/qstyle.cpp
index 3ebfab2..be8f794 100644
--- a/src/gui/styles/qstyle.cpp
+++ b/src/gui/styles/qstyle.cpp
@@ -2456,6 +2456,8 @@ QDebug operator<<(QDebug debug, QStyle::State state)
qSort(states);
debug << states.join(QLatin1String(" | "));
debug << ')';
+#else
+ Q_UNUSED(state);
#endif
return debug;
}