summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-02-25 10:16:16 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-02-25 10:16:16 +0100
commit9e9755310ba4c4dc4aa46d6929fe5c2580fb2e73 (patch)
tree97ae417eddf52a6c4eb4aaedfcb14f029dd2093f /src/plugins/qmlprofiler/qmlprofilertool.h
parent99e9643dea3871f26c5a09e4a1715ba84c9103e9 (diff)
parentc6a4c80728e560e76827e2d937368858926f7215 (diff)
downloadqt-creator-9e9755310ba4c4dc4aa46d6929fe5c2580fb2e73.tar.gz
Merge remote-tracking branch 'origin/3.4'
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index 74c6b24174..924ab77edd 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.h
+++ b/src/plugins/qmlprofiler/qmlprofilertool.h
@@ -43,6 +43,8 @@ namespace QmlProfiler {
namespace Internal {
const char QmlProfilerToolId[] = "QmlProfiler";
+const char QmlProfilerLocalActionId[] = "QmlProfiler.Local";
+const char QmlProfilerRemoteActionId[] = "QmlProfiler.Remote";
class QmlProfilerTool : public QObject
{
@@ -56,7 +58,8 @@ public:
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createWidgets();
- void startTool(Analyzer::StartMode mode);
+ void startLocalTool();
+ void startRemoteTool();
QList <QAction *> profilerContextMenuActions() const;