Disable automatic conversions from 8-bit strings
This commit is contained in:
@@ -86,15 +86,6 @@ class GeniusLyricsProvider : public JsonLyricsProvider {
|
||||
void HandleSearchReply(QNetworkReply *reply, const int id);
|
||||
void HandleLyricReply(QNetworkReply *reply, const int search_id, const QUrl &url);
|
||||
|
||||
private:
|
||||
static const char *kSettingsGroup;
|
||||
static const char *kClientIDB64;
|
||||
static const char *kClientSecretB64;
|
||||
static const char *kOAuthAuthorizeUrl;
|
||||
static const char *kOAuthAccessTokenUrl;
|
||||
static const char *kOAuthRedirectUrl;
|
||||
static const char *kUrlSearch;
|
||||
|
||||
private:
|
||||
LocalRedirectServer *server_;
|
||||
QString code_verifier_;
|
||||
|
||||
Reference in New Issue
Block a user