debugger: some code reorganization

This commit is contained in:
hjk
2009-01-13 18:15:24 +01:00
parent 7c1e732882
commit 1bb1589225
7 changed files with 179 additions and 340 deletions

View File

@@ -90,8 +90,12 @@ private slots:
void gotoLocation(const QString &fileName, int line, bool setMarker);
void breakpointMarginActionTriggered();
void focusCurrentEditor(Core::IMode *mode);
private:
void readSettings();
void writeSettings() const;
friend class DebuggerManager;
friend class DebugMode; // FIXME: Just a hack now so that it can access the views