forked from qt-creator/qt-creator
ProjectExplorer: Use more FilePaths in ProjectNodes
... and related classes. Change-Id: I50844a0b60e4b0769727b17d5b3d544cd6d10f0d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
bool runVersionControl(const QList<Core::GeneratedFile> &files, QString *errorMessage);
|
||||
|
||||
void initializeProjectTree(Node *context, const QStringList &paths,
|
||||
void initializeProjectTree(Node *context, const Utils::FilePaths &paths,
|
||||
Core::IWizardFactory::WizardKind kind,
|
||||
ProjectAction action);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user