aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerapplication.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-05-21 15:37:52 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-07 08:26:19 +0000
commit6247e30afb0ee972f553f3905d893d2d586c6252 (patch)
treee65f8cd5f1cfcc949872eeba3ce69636369c51d1 /tools/qmlprofiler/qmlprofilerapplication.h
parentaa68eab142c5e2106ab0c5e3a4bde6adfa550328 (diff)
qmlprofiler: Output data after application quits in non-interactive mode
Change-Id: I38abed0d5af3bcc7be5fa9e21bde14be40a3ce1d Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerapplication.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofilerapplication.h b/tools/qmlprofiler/qmlprofilerapplication.h
index 8f5be179b6..183bb9d644 100644
--- a/tools/qmlprofiler/qmlprofilerapplication.h
+++ b/tools/qmlprofiler/qmlprofilerapplication.h
@@ -67,6 +67,7 @@ signals:
public slots:
void userCommand(const QString &command);
void notifyTraceStarted();
+ void outputData();
private slots:
void run();