Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
Qt Creator 5.0.0, Qt Creator 6.0.0, Qt Creator 6.0.1, Qt Creator 7.0.0
Description
In Qt Creator 5, create a new unit tests project. Indentation now result broken for class declaration in cpp file
class ImageBuffer : public QObject { Q_OBJECT public: ImageBuffer(); private slots: void construct(); // ... };