Fix minor code issues
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
|
||||
class Application;
|
||||
|
||||
SubsonicUrlHandler::SubsonicUrlHandler(Application *app, SubsonicService *service) : UrlHandler(service), service_(service) {}
|
||||
SubsonicUrlHandler::SubsonicUrlHandler(Application *app, SubsonicService *service) : UrlHandler(service), service_(service) {
|
||||
Q_UNUSED(app);
|
||||
}
|
||||
|
||||
UrlHandler::LoadResult SubsonicUrlHandler::StartLoading(const QUrl &url) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user