summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-18 16:43:01 +0100
committerhjk <hjk@theqtcompany.com>2015-02-19 12:36:52 +0000
commit9d707ac63c86574c4c505c7640b76c06225f67e1 (patch)
treec9a1849cfe9061c85f9761857ebc7eb43c524707 /src/plugins/qmlprofiler/qmlprofilertool.h
parent8b8f8ca2baea911d43aa0bcd1423dcb052e8e11d (diff)
downloadqt-creator-9d707ac63c86574c4c505c7640b76c06225f67e1.tar.gz
Analyzers: Various cleanups
Fallout after the demise of IAnalizerTool. Change-Id: I68f936ed5f2929dc4f09a408bdf6b0ea38e568ef Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index 74c6b24174..8dfa2bdd8f 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
{