debugger: replace a workaround to update the [+] marker when items by a less intrusive one

This commit is contained in:
hjk
2010-03-09 11:08:12 +01:00
parent 96eb8e962a
commit 9033976a3a
2 changed files with 15 additions and 22 deletions

View File

@@ -233,7 +233,6 @@ private:
void dump();
void dumpHelper(WatchItem *item);
void emitAllChanged();
Q_SLOT void resetExtraLayoutChanged();
signals:
void enableUpdates(bool);
@@ -245,9 +244,6 @@ private:
WatchType m_type;
WatchItem *m_root;
QSet<QByteArray> m_fetchTriggered;
// Part of the workaround to update the [+] marker when items
// are added to a container.
bool m_inExtraLayoutChanged;
};
class WatchHandler : public QObject