debugger: more handler/window refactoring

This commit is contained in:
hjk
2010-11-05 19:38:40 +01:00
parent 1dacb9e55f
commit b373da1b12
23 changed files with 297 additions and 489 deletions

View File

@@ -178,6 +178,7 @@ public:
QByteArray watcherName(const QByteArray &exp);
void synchronizeWatchers();
QString editorContents();
private:
friend class WatchModel;
@@ -189,7 +190,6 @@ private:
void setFormat(const QByteArray &type, int format);
void updateWatchersWindow();
void showInEditor();
void showInEditorHelper(QString *contents, WatchItem *item, int level);
bool m_inChange;