1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

* Coding-style fixes to TomahawkWindow.

This commit is contained in:
Christian Muehlhaeuser 2014-08-13 00:49:39 +02:00
parent f578f64672
commit c561c8a347

View File

@ -148,7 +148,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
setupShortcuts();
#ifdef Q_OS_WIN
connect( AudioEngine::instance(), SIGNAL( stateChanged( AudioState, AudioState) ), SLOT( audioStateChanged( AudioState, AudioState) ) );
connect( AudioEngine::instance(), SIGNAL( stateChanged( AudioState, AudioState ) ), SLOT( audioStateChanged( AudioState, AudioState ) ) );
#if QT_VERSION >= QT_VERSION_CHECK( 5, 2, 0 )
setupWindowsButtons();
#endif