forked from qt-creator/qt-creator
debugger: use ITextEditor in DebuggerManager
The dependency was there for a while. No need to jump through hoops hoping to maintain a stand-alone debugger anymore.
This commit is contained in:
@@ -89,7 +89,7 @@ private:
|
||||
virtual void remoteCommand(const QStringList &options, const QStringList &arguments);
|
||||
|
||||
QVariant configValue(const QString &name) const;
|
||||
QWidget *currentTextEditor(QString *fileName, int *line);
|
||||
TextEditor::ITextEditor *currentTextEditor();
|
||||
QVariant sessionValue(const QString &name);
|
||||
void setSessionValue(const QString &name, const QVariant &value);
|
||||
QVariant configValue(const QString &name);
|
||||
|
||||
Reference in New Issue
Block a user