summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-07-28 10:47:53 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-07-28 11:03:44 +0200
commitfe3f0811de6f672327197570827d5e6b000f735c (patch)
treedc55e25f7a6c30342d5cecd8696053d6fc74c09a /src/plugins/qmlprofiler/qmlprofilertool.h
parent37c7ff37834118776091c684bf520c5ff922be07 (diff)
downloadqt-creator-fe3f0811de6f672327197570827d5e6b000f735c.tar.gz
QmlProfiler: Fix warnings about hiding overloaded virtual functions
toolSelected() & toolDeselected are const methods in the base class. But anyway the attach Action isn't used any more, so let's remove it completely ... Change-Id: Ia40cb6d927fb8422700816a8c6de81aa3734959d Reviewed-on: http://codereview.qt.nokia.com/2324 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index 2563dafa18..2c627e9c87 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.h
+++ b/src/plugins/qmlprofiler/qmlprofilertool.h
@@ -53,8 +53,6 @@ public:
ToolMode toolMode() const;
void extensionsInitialized() {}
- void toolSelected();
- void toolDeselected();
Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);
@@ -88,7 +86,6 @@ private slots:
void connectionStateChanged();
private:
- void updateAttachAction(bool isCurrentTool);
void connectToClient();
void updateRecordingState();
void ensureWidgets();