summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-08-19 13:12:16 +0200
committerTobias Hunger <tobias.hunger@digia.com>2013-08-19 13:49:35 +0200
commitf393743840b6c823c5bc35818d0810b3aa1c5d14 (patch)
tree803c74c0876e56fd343b7823db08a16d1ce740cd /src
parent8350298ee0224e263422a4be67b86241c2c4557e (diff)
downloadqt-creator-f393743840b6c823c5bc35818d0810b3aa1c5d14.tar.gz
Debugger: Remove now unneeded DebuggerEngine::taskHub function
Change-Id: Ifcb3ca832f55b2dc0ab7f5ea0a981042fc03814d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/debuggerengine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerengine.h b/src/plugins/debugger/debuggerengine.h
index d6ca432a63..99ece70f58 100644
--- a/src/plugins/debugger/debuggerengine.h
+++ b/src/plugins/debugger/debuggerengine.h
@@ -46,7 +46,6 @@ QT_END_NAMESPACE
namespace TextEditor { class ITextEditor; }
namespace Core { class IOptionsPage; }
-namespace ProjectExplorer { class TaskHub; }
namespace Debugger {
@@ -196,7 +195,6 @@ public:
virtual void createSnapshot();
virtual void updateAll();
- ProjectExplorer::TaskHub *taskHub();
typedef Internal::BreakpointModelId BreakpointModelId;
virtual bool stateAcceptsBreakpointChanges() const { return true; }