summaryrefslogtreecommitdiffstats
path: root/tests/manual/quick/touchbrowser/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quick/touchbrowser/main.cpp')
-rw-r--r--tests/manual/quick/touchbrowser/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/quick/touchbrowser/main.cpp b/tests/manual/quick/touchbrowser/main.cpp
index ba0367aaa..5808fe167 100644
--- a/tests/manual/quick/touchbrowser/main.cpp
+++ b/tests/manual/quick/touchbrowser/main.cpp
@@ -62,7 +62,7 @@ int main(int argc, char **argv)
<< QByteArrayLiteral("--enable-embedded-switches")
<< QByteArrayLiteral("--log-level=0");
const int count = args.size() + argc;
- QVector<char*> qargv(count);
+ QList<char*> qargv(count);
qargv[0] = argv[0];
for (int i = 0; i < args.size(); ++i)