forked from qt-creator/qt-creator
ClangTools: Add QuickFixes to the editor
Change-Id: I9862231f0aa8e8274e8529e57e80eac5ececded9 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -43,7 +43,8 @@ public:
|
||||
void update();
|
||||
|
||||
Utils::FilePath overlayFilePath();
|
||||
Utils::FilePath filePath(Core::IDocument *doc);
|
||||
Utils::FilePath autoSavedFilePath(Core::IDocument *doc);
|
||||
Utils::FilePath originalFilePath(const Utils::FilePath &file);
|
||||
|
||||
private:
|
||||
Utils::TemporaryDirectory m_root;
|
||||
@@ -55,6 +56,7 @@ private:
|
||||
};
|
||||
|
||||
QMap<Core::IDocument *, AutoSavedPath> m_saved;
|
||||
QMap<Utils::FilePath, Utils::FilePath> m_mapping;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user