mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Coding-style fixes to TomahawkWindow.
This commit is contained in:
@@ -148,7 +148,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
|||||||
setupShortcuts();
|
setupShortcuts();
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#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 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 5, 2, 0 )
|
||||||
setupWindowsButtons();
|
setupWindowsButtons();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user