debugger: do not insert multiple "<Edit>" placeholders when creating new watch

items
This commit is contained in:
hjk
2010-07-22 15:34:35 +02:00
parent bdb2e751e0
commit d27ec169d0
4 changed files with 34 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ private:
QHash<QString, QStringList> m_reportedTypeFormats;
// Items expanded in the Locals & Watchers view.
QSet<QByteArray> m_expandedINames;
QSet<QByteArray> m_expandedINames;
WatchModel *m_return;
WatchModel *m_locals;