Replace signals with Q_SIGNALS
This commit is contained in:
@@ -80,7 +80,7 @@ class SettingsPage : public QWidget {
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *e) override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void NotificationPreview(const OSDBase::Behaviour, const QString&, const QString&);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user