debugger: open a new watch item on double click in the locals&watchers view

An attempt to fix http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1841
This commit is contained in:
hjk
2010-07-14 15:38:20 +02:00
parent bc325eb9ab
commit dc6480fd6b
2 changed files with 11 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ private:
void dragEnterEvent(QDragEnterEvent *ev);
void dropEvent(QDropEvent *ev);
void dragMoveEvent(QDragMoveEvent *ev);
void mouseDoubleClickEvent(QMouseEvent *ev);
bool event(QEvent *ev);
void editItem(const QModelIndex &idx);