forked from qt-creator/qt-creator
Core: Use FilePath in some functions related to opening files
Change-Id: I9610855a914d315d7934996c755fb69ad399320f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
StopOnLoadFail = 4,
|
||||
SwitchSplitIfAlreadyVisible = 8
|
||||
};
|
||||
static void openFiles(const QStringList &fileNames, OpenFilesFlags flags = None);
|
||||
static void openFiles(const Utils::FilePaths &filePaths, OpenFilesFlags flags = None);
|
||||
|
||||
static void addPreCloseListener(const std::function<bool()> &listener);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user