forked from qt-creator/qt-creator
debugger: add widget watchers by mouse click in the debugged application.
The option is hidden in the context menu. Currently the application must be stopped.
This commit is contained in:
@@ -69,13 +69,14 @@ private:
|
||||
void dragEnterEvent(QDragEnterEvent *ev);
|
||||
void dropEvent(QDropEvent *ev);
|
||||
void dragMoveEvent(QDragMoveEvent *ev);
|
||||
bool event(QEvent *ev);
|
||||
|
||||
void editItem(const QModelIndex &idx);
|
||||
|
||||
void resetHelper(const QModelIndex &idx);
|
||||
|
||||
bool m_alwaysResizeColumnsToContents;
|
||||
Type m_type;
|
||||
bool m_grabbing;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user