summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-07-22 14:24:10 +1000
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-07-22 14:24:10 +1000
commit65c6c19398cbf5f5a08e3b612e60f1a4d632e9f1 (patch)
treeae13664aac4908e2961b4d22e81923bb66321930
parent95f3f0507943d6ddfaff2bfa73a3ab4ca82c0c91 (diff)
Remove metatype declaration from the QListSelectionManager test.
-rw-r--r--tests/qlistselectionmanager/tst_qlistselectionmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qlistselectionmanager/tst_qlistselectionmanager.cpp b/tests/qlistselectionmanager/tst_qlistselectionmanager.cpp
index 4821aa0..78a96ea 100644
--- a/tests/qlistselectionmanager/tst_qlistselectionmanager.cpp
+++ b/tests/qlistselectionmanager/tst_qlistselectionmanager.cpp
@@ -73,7 +73,6 @@ private:
Q_DECLARE_METATYPE(QList<int>)
Q_DECLARE_METATYPE(QList<bool>)
-Q_DECLARE_METATYPE(QtListSelectionChange)
tst_QtListSelectionManager::tst_QtListSelectionManager()
: manager(0), model(0)