forked from qt-creator/qt-creator
Debugger: Remove now unneeded DebuggerEngine::taskHub function
Change-Id: Ifcb3ca832f55b2dc0ab7f5ea0a981042fc03814d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -46,7 +46,6 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
namespace TextEditor { class ITextEditor; }
|
namespace TextEditor { class ITextEditor; }
|
||||||
namespace Core { class IOptionsPage; }
|
namespace Core { class IOptionsPage; }
|
||||||
namespace ProjectExplorer { class TaskHub; }
|
|
||||||
|
|
||||||
namespace Debugger {
|
namespace Debugger {
|
||||||
|
|
||||||
@@ -196,7 +195,6 @@ public:
|
|||||||
|
|
||||||
virtual void createSnapshot();
|
virtual void createSnapshot();
|
||||||
virtual void updateAll();
|
virtual void updateAll();
|
||||||
ProjectExplorer::TaskHub *taskHub();
|
|
||||||
|
|
||||||
typedef Internal::BreakpointModelId BreakpointModelId;
|
typedef Internal::BreakpointModelId BreakpointModelId;
|
||||||
virtual bool stateAcceptsBreakpointChanges() const { return true; }
|
virtual bool stateAcceptsBreakpointChanges() const { return true; }
|
||||||
|
|||||||
Reference in New Issue
Block a user