debugger: remove a bit of stackview flicker by using the 80 ms timer

This commit is contained in:
hjk
2010-12-17 11:30:32 +01:00
parent 9757e22113
commit 2f484fd7e8
3 changed files with 36 additions and 17 deletions

View File

@@ -79,7 +79,9 @@ public:
// Called from StackHandler after a new stack list has been received
void removeAll();
QAbstractItemModel *model() { return this; }
bool isDebuggingDebuggingHelpers() const;
bool isContentsValid() const { return m_contentsValid; }
void scheduleResetLocation();
void resetLocation();
private:
// QAbstractTableModel
@@ -95,6 +97,8 @@ private:
const QVariant m_positionIcon;
const QVariant m_emptyIcon;
bool m_canExpand;
bool m_resetLocationScheduled;
bool m_contentsValid;
};
} // namespace Internal