CMake: Prepare postponing formatter settings creation

This is still an overall quirky setup.

Change-Id: I7c1d22267bb76d434fe2f9b77ed8d0bfef5ac952
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2023-07-14 14:41:41 +02:00
parent 31cf0dfb74
commit c326f049dc
3 changed files with 30 additions and 31 deletions

View File

@@ -12,12 +12,6 @@ class CMakeFormatter
{
public:
CMakeFormatter();
~CMakeFormatter();
void applyIfNecessary(Core::IDocument *document) const;
private:
class CMakeFormatterPrivate *d = nullptr;
};
} // CMakeProjectManager::Internal