Replace slots with Q_SLOTS
This commit is contained in:
@@ -38,7 +38,7 @@ class MessageDialog : public QDialog {
|
||||
|
||||
void ShowMessage(const QString &title, const QString &message, const QIcon &icon = QIcon());
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void DoNotShowMessageAgain();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user