1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix indentation

This commit is contained in:
Uwe L. Korn
2014-01-31 19:52:57 +00:00
parent efbc9a27f9
commit 36206e8006

View File

@@ -46,6 +46,7 @@ Api_v1_5::ping( QxtWebRequestEvent* event )
m_service->postEvent( e );
}
void
Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
{
@@ -120,6 +121,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
}
}
void
Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QString& errorMessage, bool isError )
{