Debugger: Remove now unneeded DebuggerEngine::taskHub function

Change-Id: Ifcb3ca832f55b2dc0ab7f5ea0a981042fc03814d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-08-19 13:12:16 +02:00
committed by Tobias Hunger
parent 8350298ee0
commit f393743840

View File

@@ -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; }