aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerapplication.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-15 15:14:40 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-10-15 08:23:29 +0000
commitd56286283dc41d1e97502f48ded754c059951060 (patch)
tree42285d61fb81cc73f403d41e16a9aaf3a40bfe46 /tools/qmlprofiler/qmlprofilerapplication.h
parent2f03049d4cabfac822bcf6b5886b078d70064968 (diff)
qmlprofiler: Simplify QmlProfilerClient
We only need one class for it now. Change-Id: Iea2715993c0ce168a3ceeecbb694f1ad3585da68 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofilerapplication.h')
-rw-r--r--tools/qmlprofiler/qmlprofilerapplication.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qmlprofiler/qmlprofilerapplication.h b/tools/qmlprofiler/qmlprofilerapplication.h
index bd3e51aa03..1f06108673 100644
--- a/tools/qmlprofiler/qmlprofilerapplication.h
+++ b/tools/qmlprofiler/qmlprofilerapplication.h
@@ -78,8 +78,7 @@ private slots:
void processHasOutput();
void processFinished();
- void traceClientEnabled();
- void profilerClientEnabled();
+ void traceClientEnabledChanged(bool enabled);
void traceFinished();
void prompt(const QString &line = QString(), bool ready = true);