forked from qt-creator/qt-creator
Core: FilePath-ify DocumentManager
And adjust users. Change-Id: I10ca9aeb442a07f7c8d42af362b294aa3398f5c1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -122,10 +122,10 @@ public:
|
||||
void setFilePath(const Utils::FilePath &newName) override;
|
||||
ReloadBehavior reloadBehavior(ChangeTrigger state, ChangeType type) const override;
|
||||
|
||||
QString fallbackSaveAsPath() const override;
|
||||
Utils::FilePath fallbackSaveAsPath() const override;
|
||||
QString fallbackSaveAsFileName() const override;
|
||||
|
||||
void setFallbackSaveAsPath(const QString &fallbackSaveAsPath);
|
||||
void setFallbackSaveAsPath(const Utils::FilePath &fallbackSaveAsPath);
|
||||
void setFallbackSaveAsFileName(const QString &fallbackSaveAsFileName);
|
||||
|
||||
OpenResult open(QString *errorString, const Utils::FilePath &filePath,
|
||||
|
||||
Reference in New Issue
Block a user