aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/foldernavigationwidget.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-10-09 11:11:22 +0200
committerEike Ziller <eike.ziller@qt.io>2017-10-11 08:31:11 +0000
commiteaa5cfaa983569282605631148e13dadd3a5f142 (patch)
tree63c01dab3d8483ed3ce6003e724852691c3f72a1 /src/plugins/projectexplorer/foldernavigationwidget.h
parent1932912e7c07484fa3523f451a9317630b9aac20 (diff)
File System view: Do not open projects on double clicking directoryv4.5.0-beta1
That functionality is available through the context menu. Task-number: QTCREATORBUG-19035 Change-Id: If08fe798f06c013ca5149fad7934d38e357b2342 Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins/projectexplorer/foldernavigationwidget.h')
-rw-r--r--src/plugins/projectexplorer/foldernavigationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/foldernavigationwidget.h b/src/plugins/projectexplorer/foldernavigationwidget.h
index 55bbf44a27..efb72828c3 100644
--- a/src/plugins/projectexplorer/foldernavigationwidget.h
+++ b/src/plugins/projectexplorer/foldernavigationwidget.h
@@ -107,6 +107,7 @@ private:
void setRootDirectory(const Utils::FileName &directory);
int bestRootForFile(const Utils::FileName &filePath);
void openItem(const QModelIndex &index);
+ void openProjectsInDirectory(const QModelIndex &index);
Utils::NavigationTreeView *m_listView = nullptr;
QFileSystemModel *m_fileSystemModel = nullptr;