forked from qt-creator/qt-creator
debugger: remove unused DebuggerEngine::{set,is}Active
This commit is contained in:
@@ -268,8 +268,6 @@ public:
|
||||
void notifyInferiorPid(qint64 pid);
|
||||
qint64 inferiorPid() const;
|
||||
bool isReverseDebugging() const;
|
||||
bool isActive() const; // True if this is the currently active engine;
|
||||
void setActive(bool on); // FIXME: private?
|
||||
void handleCommand(int role, const QVariant &value);
|
||||
|
||||
// Convenience
|
||||
|
||||
Reference in New Issue
Block a user