diff --git a/src/libtomahawk-playdarapi/Api_v1.h b/src/libtomahawk-playdarapi/Api_v1.h index 202d8ca88..48e4fffd9 100644 --- a/src/libtomahawk-playdarapi/Api_v1.h +++ b/src/libtomahawk-playdarapi/Api_v1.h @@ -75,10 +75,11 @@ public slots: void get_results( QxtWebRequestEvent* event ); void sendJSON( const QVariantMap& m, QxtWebRequestEvent* event ); - // load an html template from a file, replace args from map - // then serve void sendJsonError( QxtWebRequestEvent* event, const QString& message ); void sendJsonOk( QxtWebRequestEvent* event ); + /** + * Load an html template from a file, replace args from map and then serve. + */ void sendWebpageWithArgs( QxtWebRequestEvent* event, const QString& filenameSource, const QHash< QString, QString >& args ); void index( QxtWebRequestEvent* event );