mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fix indentation
This commit is contained in:
@@ -46,6 +46,7 @@ Api_v1_5::ping( QxtWebRequestEvent* event )
|
|||||||
m_service->postEvent( e );
|
m_service->postEvent( e );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
|
Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
|
||||||
{
|
{
|
||||||
@@ -120,6 +121,7 @@ Api_v1_5::playback( QxtWebRequestEvent* event, const QString& command )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QString& errorMessage, bool isError )
|
Api_v1_5::jsonReply( QxtWebRequestEvent* event, const char* funcInfo, const QString& errorMessage, bool isError )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user