forked from qt-creator/qt-creator
debugger: grey out Locals&Expressions when not accessible
Change-Id: I61489b9a5bf117be154ed6899beb3f8294247c9e Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user