mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-15 02:11:35 +01:00
Use fully-qualified parameter for signal
This commit is contained in:
parent
6e0a5fb5c6
commit
dad62faf88
@ -53,7 +53,7 @@ class SubsonicSettingsPage : public SettingsPage {
|
||||
bool eventFilter(QObject *object, QEvent *event) override;
|
||||
|
||||
signals:
|
||||
void Test(QUrl url, QString username, QString password, AuthMethod auth_method, bool redirect = false);
|
||||
void Test(QUrl url, QString username, QString password, SubsonicSettingsPage::AuthMethod auth_method, bool redirect = false);
|
||||
|
||||
private slots:
|
||||
void TestClicked();
|
||||
|
Loading…
Reference in New Issue
Block a user