mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
Correct comment position
This commit is contained in:
@@ -75,10 +75,11 @@ public slots:
|
|||||||
void get_results( QxtWebRequestEvent* event );
|
void get_results( QxtWebRequestEvent* event );
|
||||||
void sendJSON( const QVariantMap& m, 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 sendJsonError( QxtWebRequestEvent* event, const QString& message );
|
||||||
void sendJsonOk( QxtWebRequestEvent* event );
|
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 sendWebpageWithArgs( QxtWebRequestEvent* event, const QString& filenameSource, const QHash< QString, QString >& args );
|
||||||
|
|
||||||
void index( QxtWebRequestEvent* event );
|
void index( QxtWebRequestEvent* event );
|
||||||
|
Reference in New Issue
Block a user