1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

unused arg is unused

This commit is contained in:
Leo Franchi 2011-03-05 19:02:47 -05:00
parent 38bc02af55
commit d3ba0a0c75

View File

@ -41,8 +41,8 @@ public:
public slots:
// authenticating uses /auth_1
// we redirect to /auth_2 for the callback
void auth_1( QxtWebRequestEvent* event );
void auth_2( QxtWebRequestEvent* event );
void auth_1( QxtWebRequestEvent* event, QString unused = QString() );
void auth_2( QxtWebRequestEvent* event, QString unused = QString() );
// all v1 api calls go to /api/
void api( QxtWebRequestEvent* event );