Replace slots with Q_SLOTS
This commit is contained in:
@@ -76,7 +76,7 @@ class Organize : public QObject {
|
||||
protected:
|
||||
void timerEvent(QTimerEvent *e) override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void ProcessSomeFiles();
|
||||
void FileTranscoded(const QString &input, const QString &output, bool success);
|
||||
void LogLine(const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user