aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv8profilerservice/data/exit.qml
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2013-12-10 12:02:40 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-23 10:19:24 +0100
commitff379a67cb891bf2c06ae549bc6e6b0ddfaf54e0 (patch)
tree63d4c9892e61cf8f713ef1fcd8d3bd1b1b539935 /tests/auto/qml/debugger/qv8profilerservice/data/exit.qml
parente2ea0a83cc876fb54a2a8bf6f1350dbfa52f596b (diff)
Rename V8 profiler classes to V4
Change-Id: I54a71b83bdcaa4198b63a08572bc3d9d1bf8deea Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qv8profilerservice/data/exit.qml')
-rw-r--r--tests/auto/qml/debugger/qv8profilerservice/data/exit.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qml/debugger/qv8profilerservice/data/exit.qml b/tests/auto/qml/debugger/qv8profilerservice/data/exit.qml
deleted file mode 100644
index 604265354c..0000000000
--- a/tests/auto/qml/debugger/qv8profilerservice/data/exit.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.0
-
-Item {
- Timer {
- running: true
- interval: 1
- onTriggered: {
- Qt.quit();
- }
- }
-}