Replace signals with Q_SIGNALS

This commit is contained in:
Jonas Kvinge
2024-08-11 23:23:12 +02:00
parent 9666feca37
commit 358da72ffe
136 changed files with 141 additions and 141 deletions

View File

@@ -162,7 +162,7 @@ class EngineBase : public QObject {
virtual void SetEqualizerEnabled(const bool) {}
virtual void SetEqualizerParameters(const int, const QList<int>&) {}
signals:
Q_SIGNALS:
// Emitted when crossfading is enabled and the track is crossfade_duration_ away from finishing
void TrackAboutToEnd();