Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
void saveSettings();
|
||||
void reset();
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void sliderMoved();
|
||||
void spinBoxChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user