1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 00:30:04 +02:00

Add a very basic remote control page

This commit is contained in:
Uwe L. Korn
2014-01-31 20:36:16 +00:00
parent 80a59ad4be
commit 237ea85369
3 changed files with 118 additions and 1 deletions

View File

@@ -507,7 +507,9 @@ Api_v1::sendWebpageWithArgs( QxtWebRequestEvent* event, const QString& filenameS
void
Api_v1::index( QxtWebRequestEvent* event )
{
send404( event );
QString indexPage = RESPATH "www/index.html";
QHash< QString, QString > args;
sendWebpageWithArgs( event, indexPage, args );
}
void