ClangTools: Add QuickFixes to the editor

Change-Id: I9862231f0aa8e8274e8529e57e80eac5ececded9
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
David Schulz
2020-08-25 06:18:26 +02:00
parent b55a313b3d
commit ef10f3b937
14 changed files with 284 additions and 12 deletions

View File

@@ -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