1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Merge pull request #136 from TheOneRing/dont_ifdef_slots

Dont ifdef slots
This commit is contained in:
Christian Muehlhaeuser 2012-12-20 02:29:49 -08:00
commit 0d4efefd48
2 changed files with 3 additions and 4 deletions

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 )

View File

@ -148,10 +148,9 @@ private slots:
void toggleMenuBar();
void balanceToolbar();
#ifdef Q_OS_WIN
void audioStateChanged( AudioState newState, AudioState oldState );
void updateWindowsLoveButton();
#endif
private:
void loadSettings();