Replace signals with Q_SIGNALS
This commit is contained in:
@@ -57,7 +57,7 @@ class TidalStreamURLRequest : public TidalBaseRequest {
|
||||
void set_need_login() override { need_login_ = true; }
|
||||
bool need_login() const { return need_login_; }
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void TryLogin();
|
||||
void StreamURLFailure(const uint id, const QUrl &media_url, const QString &error);
|
||||
void StreamURLSuccess(const uint id, const QUrl &media_url, const QUrl &stream_url, const Song::FileType filetype, const int samplerate = -1, const int bit_depth = -1, const qint64 duration = -1);
|
||||
|
||||
Reference in New Issue
Block a user