forked from qt-creator/qt-creator
Move File System view to Core plugin
So it can be accessed from a wider range of places. Change-Id: I282883addecf7bb070a65d9f4f7b8e6e2e4b5e47 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "foldernavigationwidget.h"
|
||||
#include <qglobal.h>
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
@@ -39,6 +40,9 @@ class PathChooser;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
|
||||
class FolderNavigationWidgetFactory;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class EditMode;
|
||||
@@ -92,6 +96,7 @@ private:
|
||||
MainWindow *m_mainWindow = nullptr;
|
||||
EditMode *m_editMode = nullptr;
|
||||
Locator *m_locator = nullptr;
|
||||
FolderNavigationWidgetFactory *m_folderNavigationWidgetFactory;
|
||||
Utils::Environment m_startupSystemEnvironment;
|
||||
Utils::EnvironmentItems m_environmentChanges;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user