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

fixed ifdef

This commit is contained in:
Patrick von Reth 2012-12-20 11:16:31 +01:00
parent 1408f763a0
commit 08f63b1534

View File

@ -721,6 +721,8 @@ TomahawkWindow::winEvent( MSG* msg, long* result )
}
#endif // Q_OS_WIN
void
TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState )
{
@ -789,8 +791,6 @@ TomahawkWindow::updateWindowsLoveButton()
#endif // HAVE_THUMBBUTTON
}
#endif
void
TomahawkWindow::onHistoryBackAvailable( bool avail )