forked from qt-creator/qt-creator
debugger: make DebuggerEngine::setState private.
This commit is contained in:
@@ -329,9 +329,6 @@ protected:
|
|||||||
virtual void shutdownInferior() = 0;
|
virtual void shutdownInferior() = 0;
|
||||||
virtual void shutdownEngine() = 0;
|
virtual void shutdownEngine() = 0;
|
||||||
|
|
||||||
void setState(DebuggerState state, bool forced = false);
|
|
||||||
void setSlaveEngine(bool value);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
DebuggerRunControl *runControl() const;
|
DebuggerRunControl *runControl() const;
|
||||||
|
|
||||||
@@ -347,8 +344,11 @@ protected:
|
|||||||
void showStoppedByExceptionMessageBox(const QString &description);
|
void showStoppedByExceptionMessageBox(const QString &description);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// wrapper engine needs access to state of its subengines
|
// Wrapper engine needs access to state of its subengines.
|
||||||
friend class QmlCppEngine;
|
friend class QmlCppEngine;
|
||||||
|
void setState(DebuggerState state, bool forced = false);
|
||||||
|
void setSlaveEngine(bool value);
|
||||||
|
|
||||||
|
|
||||||
friend class DebuggerEnginePrivate;
|
friend class DebuggerEnginePrivate;
|
||||||
DebuggerEnginePrivate *d;
|
DebuggerEnginePrivate *d;
|
||||||
|
|||||||
Reference in New Issue
Block a user