Use fully-qualified parameter for signal
This commit is contained in:
@@ -53,7 +53,7 @@ class SubsonicSettingsPage : public SettingsPage {
|
|||||||
bool eventFilter(QObject *object, QEvent *event) override;
|
bool eventFilter(QObject *object, QEvent *event) override;
|
||||||
|
|
||||||
signals:
|
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:
|
private slots:
|
||||||
void TestClicked();
|
void TestClicked();
|
||||||
|
|||||||
Reference in New Issue
Block a user