forked from qt-creator/qt-creator
CppIncludeHierarchy: Make activation consistent with other views
Use double click activation on double click platforms and fix keyboard activation. Change-Id: I5a36439bb333646f676a78000dfb2570faf3fb1c Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -71,7 +71,7 @@ public slots:
|
||||
void perform();
|
||||
|
||||
private slots:
|
||||
void onItemClicked(const QModelIndex &index);
|
||||
void onItemActivated(const QModelIndex &index);
|
||||
void editorsClosed(QList<Core::IEditor *> editors);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user