Fix parameter name mispatches
This commit is contained in:
@@ -58,7 +58,7 @@ class TidalRequest : public TidalBaseRequest {
|
||||
|
||||
void Process();
|
||||
void NeedLogin() { need_login_ = true; }
|
||||
void Search(const int search_id, const QString &search_text);
|
||||
void Search(const int query_id, const QString &search_text);
|
||||
|
||||
signals:
|
||||
void Login();
|
||||
|
||||
@@ -68,7 +68,7 @@ class TidalService : public InternetService {
|
||||
void ReloadSettings();
|
||||
|
||||
void Logout();
|
||||
int Search(const QString &query, InternetSearchView::SearchType type);
|
||||
int Search(const QString &text, InternetSearchView::SearchType type);
|
||||
void CancelSearch();
|
||||
|
||||
int max_login_attempts() { return kLoginAttempts; }
|
||||
|
||||
Reference in New Issue
Block a user