forked from qt-creator/qt-creator
DebuggerViews: Fix keyboard navigation on OS X
Also fix WatchTreeView to use double click activation like every other debugger view. Change-Id: Idabe21e12d38d59bef66b7d9855a7fe97089dd8f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
explicit WatchTreeView(Type type, QWidget *parent = 0);
|
||||
Type type() const { return m_type; }
|
||||
void setModel(QAbstractItemModel *model);
|
||||
void rowClicked(const QModelIndex &index);
|
||||
void rowActivated(const QModelIndex &index);
|
||||
void reset();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user