forked from qt-creator/qt-creator
filesystem: Add QFSEngine for filepaths
Change-Id: Ibd0c88c69863c0877138d8cc45541530c359bd9c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#include "inavigationwidgetfactory.h"
|
||||
|
||||
#include <QIcon>
|
||||
#include <QKeySequence>
|
||||
|
||||
/*!
|
||||
@@ -171,3 +172,15 @@ void INavigationWidgetFactory::saveSettings(Utils::QtcSettings * /* settings */,
|
||||
void INavigationWidgetFactory::restoreSettings(QSettings * /* settings */, int /* position */, QWidget * /* widget */)
|
||||
{
|
||||
}
|
||||
|
||||
// Registers a new root path in the factory
|
||||
void INavigationWidgetFactory::addRootPath(Utils::Id /*id*/, const QString & /*displayName*/, const QIcon & /*icon*/, const Utils::FilePath & /*path*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Removes a root path from the factory
|
||||
void INavigationWidgetFactory::removeRootPath(Utils::Id /*path*/)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user