forked from qt-creator/qt-creator
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:
@@ -12,12 +12,6 @@ class CMakeFormatter
|
||||
{
|
||||
public:
|
||||
CMakeFormatter();
|
||||
~CMakeFormatter();
|
||||
|
||||
void applyIfNecessary(Core::IDocument *document) const;
|
||||
|
||||
private:
|
||||
class CMakeFormatterPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
} // CMakeProjectManager::Internal
|
||||
|
||||
Reference in New Issue
Block a user