aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2013-12-16 15:30:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-21 15:57:58 +0100
commit4cf8a6ad7189991ff6852f4096fa8673ffa98bf0 (patch)
tree5660c4037754ef500d758fcd9c3a51dfc4d46552 /tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
parentd5f5b3f87dc376b237c81d150a8d36cbb525e12e (diff)
Parse source location for signal handling functions
Previously the source location of signal handlers was always line 0 and column 0. This poses problems when trying to extract meaningful profiling information. The change assigns the source location of the statement declaring the function as the function's source location. Task-number: QTCREATORBUG-11100 Change-Id: I4bb8682b35147a7cfe4ecec342d4a00623bb1e0d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro')
-rw-r--r--tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
index a83927e720..d08ed31e8b 100644
--- a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
+++ b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
@@ -15,4 +15,5 @@ DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
OTHER_FILES += \
data/pixmapCacheTest.qml \
- data/controlFromJS.qml
+ data/controlFromJS.qml \
+ data/signalSourceLocation.qml