summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerengine.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-09 14:30:15 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-06-10 14:34:36 +0200
commit1f184bf2adb72d32d79fa8c710863e2a95b979ca (patch)
treeb6c49591ebe7bebd80cebc4da608675c3d5a71a3 /src/plugins/qmlprofiler/qmlprofilerengine.h
parent6aa615db5235a2555b236909fa03204895912600 (diff)
downloadqt-creator-1f184bf2adb72d32d79fa8c710863e2a95b979ca.tar.gz
QmlProfiler: Track status of app through application output
We do that already in the debugger too. Change-Id: I31828a01aaec041ac38102b9bd034728d02486e2 Reviewed-on: http://codereview.qt.nokia.com/427 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerengine.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerengine.h b/src/plugins/qmlprofiler/qmlprofilerengine.h
index 0ef61947bb..88586d1cce 100644
--- a/src/plugins/qmlprofiler/qmlprofilerengine.h
+++ b/src/plugins/qmlprofiler/qmlprofilerengine.h
@@ -63,6 +63,7 @@ private slots:
void dataReceived();
void finishProcess();
void logApplicationMessage(const QString &msg, Utils::OutputFormat format);
+ void filterApplicationMessage(const QString &msg);
private:
class QmlProfilerEnginePrivate;