summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-06 13:07:58 (GMT)
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2009-04-06 13:07:58 (GMT)
commite517ecc9025b68179c67a383791eefbedfee0543 (patch)
tree38a32c26e7a4f3847b33efcb7ced8f63aa8e4713 /tests
parent6ce4a3b66e2b31f80d1a2d09a4c4087f88a7a9e8 (diff)
downloadQt-e517ecc9025b68179c67a383791eefbedfee0543.zip
Qt-e517ecc9025b68179c67a383791eefbedfee0543.tar.gz
Qt-e517ecc9025b68179c67a383791eefbedfee0543.tar.bz2
compile
Reviewed-by: thartman function declaration was missing arguments as done in the other testcases in 831d2742b7c41924f052acd81620e8bfc58afde7
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qsqlthread/tst_qsqlthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsqlthread/tst_qsqlthread.cpp b/tests/auto/qsqlthread/tst_qsqlthread.cpp
index d871be4..8b8fc65 100644
--- a/tests/auto/qsqlthread/tst_qsqlthread.cpp
+++ b/tests/auto/qsqlthread/tst_qsqlthread.cpp
@@ -70,7 +70,7 @@ public:
void recreateTestTables();
void repopulateTestTables();
- void generic_data();
+ void generic_data(const QString &engine=QString());
tst_Databases dbs;
public slots: