Remove unused typedef
This commit is contained in:
parent
25f6231e9d
commit
5e2a07d144
|
@ -126,7 +126,6 @@ void QobuzFavoriteRequest::AddFavorites(const FavoriteType type, const SongList
|
|||
QString ids = ids_list.join(',');
|
||||
|
||||
typedef QPair<QByteArray, QByteArray> EncodedParam;
|
||||
typedef QList<EncodedParam> EncodedParamList;
|
||||
|
||||
ParamList params = ParamList() << Param("app_id", app_id())
|
||||
<< Param("user_auth_token", user_auth_token())
|
||||
|
|
|
@ -127,7 +127,6 @@ void TidalFavoriteRequest::AddFavorites(const FavoriteType type, const SongList
|
|||
QString ids = ids_list.join(',');
|
||||
|
||||
typedef QPair<QByteArray, QByteArray> EncodedParam;
|
||||
typedef QList<EncodedParam> EncodedParamList;
|
||||
|
||||
ParamList params = ParamList() << Param("countryCode", country_code())
|
||||
<< Param(text, ids);
|
||||
|
|
Loading…
Reference in New Issue