Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -29,8 +29,8 @@ class QStyleOptionProgressBar;
|
||||
class TestObjectDecorators : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public slots:
|
||||
void initStyleOption(QProgressBar* self, QStyleOptionProgressBar* opt);
|
||||
public slots:
|
||||
void initStyleOption(QProgressBar *self, QStyleOptionProgressBar *opt);
|
||||
};
|
||||
|
||||
#endif // TESTOBJECTDECORATORS_H
|
||||
|
||||
Reference in New Issue
Block a user