summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qhooks/tst_qhooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qhooks/tst_qhooks.cpp')
-rw-r--r--tests/auto/corelib/global/qhooks/tst_qhooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/qhooks/tst_qhooks.cpp b/tests/auto/corelib/global/qhooks/tst_qhooks.cpp
index 5fa7566e86..c06b9e7e3d 100644
--- a/tests/auto/corelib/global/qhooks/tst_qhooks.cpp
+++ b/tests/auto/corelib/global/qhooks/tst_qhooks.cpp
@@ -81,7 +81,7 @@ void tst_QHooks::testAddRemoveObject()
QCOMPARE(objectCount, 0);
}
-static QVector<QString> hookOrder;
+static QList<QString> hookOrder;
static QHooks::AddQObjectCallback existingAddHook = 0;
static QHooks::RemoveQObjectCallback existingRemoveHook = 0;