Compile new watch model for CDB.

This commit is contained in:
Friedemann Kleint
2009-06-17 17:34:48 +02:00
parent c222f2aa27
commit 24cf802a58
6 changed files with 60 additions and 115 deletions

View File

@@ -119,7 +119,6 @@ private:
bool executeDebuggerCommand(const QString &command, QString *errorMessage);
bool evaluateExpression(const QString &expression, QString *value, QString *type, QString *errorMessage);
void evaluateWatcher(WatchData *wd);
void filterEvaluateWatchers(QList<WatchData> *wd, WatchHandler *wh);
QString editorToolTip(const QString &exp, const QString &function);
CdbDebugEnginePrivate *m_d;