Replace slots with Q_SLOTS
This commit is contained in:
@@ -41,7 +41,7 @@ class TranscoderOptionsMP3 : public TranscoderOptionsInterface {
|
||||
void Load() override;
|
||||
void Save() override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void QualitySliderChanged(const int value);
|
||||
void QualitySpinboxChanged(const double value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user