forked from qt-creator/qt-creator
ProjectExplorer: Use FilePath for ProjectNode::{path,directory}
... and let the fallout trickle down a bit. Change-Id: I1a2f79e281725c4a121cc2fbbc0377e881616ce5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -78,8 +78,8 @@ public:
|
||||
static QWidget *newItemDialog();
|
||||
static void showNewItemDialog(const QString &title,
|
||||
const QList<IWizardFactory *> &factories,
|
||||
const QString &defaultLocation = QString(),
|
||||
const QVariantMap &extraVariables = QVariantMap());
|
||||
const Utils::FilePath &defaultLocation = {},
|
||||
const QVariantMap &extraVariables = {});
|
||||
|
||||
static bool showOptionsDialog(const Utils::Id page, QWidget *parent = nullptr);
|
||||
static QString msgShowOptionsDialog();
|
||||
|
||||
Reference in New Issue
Block a user