summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-06 14:46:24 (GMT)
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-06 15:20:58 (GMT)
commit4be8bdb4ad95263cd9c9c75efe98418c20c4987a (patch)
treeb35c2e7c21a8facfa56a5fbfeeea81c3cbafbc68 /tests
parent68423a4642917122c3902dca4ee2710b95c9fa51 (diff)
downloadQt-4be8bdb4ad95263cd9c9c75efe98418c20c4987a.zip
Qt-4be8bdb4ad95263cd9c9c75efe98418c20c4987a.tar.gz
Qt-4be8bdb4ad95263cd9c9c75efe98418c20c4987a.tar.bz2
tst_qstyle compile fix
Reviewed-by: thartman
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qstyle/tst_qstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstyle/tst_qstyle.cpp b/tests/auto/qstyle/tst_qstyle.cpp
index 2cb5080..3c63a50 100644
--- a/tests/auto/qstyle/tst_qstyle.cpp
+++ b/tests/auto/qstyle/tst_qstyle.cpp
@@ -351,7 +351,7 @@ void tst_QStyle::testAllFunctions(QStyle *style)
testScrollBarSubControls(style);
}
-void tst_QStyle::testScrollBarSubControls(QStyle *)
+void tst_QStyle::testScrollBarSubControls(QStyle* style)
{
#ifdef Q_OS_WINCE_WM
if (qobject_cast<QWindowsMobileStyle*>(style) && qt_wince_is_smartphone())