mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
unused arg is unused
This commit is contained in:
@@ -41,8 +41,8 @@ public:
|
|||||||
public slots:
|
public slots:
|
||||||
// authenticating uses /auth_1
|
// authenticating uses /auth_1
|
||||||
// we redirect to /auth_2 for the callback
|
// we redirect to /auth_2 for the callback
|
||||||
void auth_1( QxtWebRequestEvent* event );
|
void auth_1( QxtWebRequestEvent* event, QString unused = QString() );
|
||||||
void auth_2( QxtWebRequestEvent* event );
|
void auth_2( QxtWebRequestEvent* event, QString unused = QString() );
|
||||||
|
|
||||||
// all v1 api calls go to /api/
|
// all v1 api calls go to /api/
|
||||||
void api( QxtWebRequestEvent* event );
|
void api( QxtWebRequestEvent* event );
|
||||||
|
Reference in New Issue
Block a user