summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-04-29 12:20:10 +0200
committerhjk <qtc-committer@nokia.com>2009-04-29 12:20:50 +0200
commit3cb783f7fcad172096f10d3285f86e8a01c40c12 (patch)
treeb5e87e7dbc030b6126d551cdacfe8985c0b07bdd /src/plugins/debugger/watchwindow.h
parent918cac90c87adbb397f346922cd5b3b16bfb42b2 (diff)
downloadqt-creator-3cb783f7fcad172096f10d3285f86e8a01c40c12.tar.gz
debugger: allow drag&drop from main editor to watchers view
Diffstat (limited to 'src/plugins/debugger/watchwindow.h')
-rw-r--r--src/plugins/debugger/watchwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchwindow.h b/src/plugins/debugger/watchwindow.h
index 715507f8b1..adf4e06347 100644
--- a/src/plugins/debugger/watchwindow.h
+++ b/src/plugins/debugger/watchwindow.h
@@ -64,6 +64,10 @@ private:
void keyPressEvent(QKeyEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev);
+ void dragEnterEvent(QDragEnterEvent *ev);
+ void dropEvent(QDropEvent *ev);
+ void dragMoveEvent(QDragMoveEvent *ev);
+
void editItem(const QModelIndex &idx);
void reset(); /* reimpl */