forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user