debugger: simplify handling of context menu actions of the Locals&Watchers view

This commit is contained in:
hjk
2010-06-23 15:13:51 +02:00
parent bb0f033b92
commit a25fd01a10
10 changed files with 83 additions and 82 deletions

View File

@@ -142,10 +142,8 @@ public:
WatchModel *modelForIName(const QByteArray &iname) const;
void cleanup();
Q_SLOT void watchExpression(); // Data passed in action->data().toString()
Q_SLOT void watchExpression(const QString &exp);
Q_SLOT void removeWatchExpression();
Q_SLOT void removeWatchExpression(const QString &exp);
void watchExpression(const QString &exp);
void removeWatchExpression(const QString &exp);
Q_SLOT void emitAllChanged();
void beginCycle(); // Called at begin of updateLocals() cycle