debugger: grey out Locals&Expressions when not accessible

Change-Id: I61489b9a5bf117be154ed6899beb3f8294247c9e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-17 18:44:02 +01:00
committed by hjk
parent ad5c0edd33
commit 183769e7ef
4 changed files with 37 additions and 2 deletions

View File

@@ -202,6 +202,9 @@ public:
QString editorContents();
void editTypeFormats(bool includeLocals, const QByteArray &iname);
void scheduleResetLocation();
void resetLocation();
private:
friend class WatchModel;
@@ -234,6 +237,9 @@ private:
DebuggerEngine *m_engine;
int m_watcherCounter;
bool m_contentsValid;
bool m_resetLocationScheduled;
};
} // namespace Internal