Replace slots with Q_SLOTS
This commit is contained in:
@@ -49,7 +49,7 @@ class MultiLoadingIndicator : public QWidget {
|
||||
protected:
|
||||
void paintEvent(QPaintEvent*) override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void UpdateText();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user