Replace signals with Q_SIGNALS
This commit is contained in:
@@ -74,7 +74,7 @@ class Transcoder : public QObject {
|
||||
void Start();
|
||||
void Cancel();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void JobComplete(const QString &input, const QString &output, const bool success);
|
||||
void LogLine(const QString &message);
|
||||
void AllJobsComplete();
|
||||
|
||||
Reference in New Issue
Block a user