debugger: move watchpoint convenience functions to breakhandler

Change-Id: I7f214ff5fe6d996c4dd14c6ac181a482ad00c94e
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-06-03 21:59:21 +02:00
parent 0394699a4c
commit 48fcfe0b8d
4 changed files with 34 additions and 32 deletions

View File

@@ -75,8 +75,6 @@ private:
void editItem(const QModelIndex &idx);
void resetHelper(const QModelIndex &idx);
void setWatchpointAtAddress(quint64 address, unsigned size);
void setWatchpointAtExpression(const QString &exp);
void setModelData(int role, const QVariant &value = QVariant(),
const QModelIndex &index = QModelIndex());