forked from qt-creator/qt-creator
debugger: disentangle settings read and write code
This commit is contained in:
@@ -73,8 +73,7 @@ private:
|
||||
void remoteCommand(const QStringList &options, const QStringList &arguments);
|
||||
ShutdownFlag aboutToShutdown();
|
||||
void extensionsInitialized();
|
||||
void readSettings();
|
||||
void writeSettings() const;
|
||||
|
||||
void runControlStarted(DebuggerRunControl *runControl);
|
||||
void runControlFinished(DebuggerRunControl *runControl);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user