mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
Correct comment position
This commit is contained in:
parent
83981426f8
commit
b76e95b29d
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user