aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-02-02 12:06:06 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-10 16:44:24 +0100
commitebb65bc084d44cfc96efb29abf0607616095f757 (patch)
tree6f4968161bf53ff4de45c812c2475dc85c164ed9 /tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml
parent9daf11cede6a13fb95f202b2bdee7966a502d3f7 (diff)
Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerService
This avoids naming confusion with QDeclarativeTrace + makes it in line with QV8ProfilerService. Change-Id: Ifd801655044cff3ffdb2a9695ffc9868eeb51663 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml')
-rw-r--r--tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml b/tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml
new file mode 100644
index 0000000000..9c36e13c5b
--- /dev/null
+++ b/tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml
@@ -0,0 +1,5 @@
+import QtQuick 2.0
+
+Item {
+
+}