Replace slots with Q_SLOTS
This commit is contained in:
@@ -69,7 +69,7 @@ class AlbumCoverExport : public QDialog {
|
||||
|
||||
DialogResult Exec();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
void ForceSizeToggled(Qt::CheckState state);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user