1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-02 12:20:45 +02:00

Fix non-Windows build.

This commit is contained in:
Teo Mrnjavac
2014-01-09 18:20:32 +01:00
parent abdf5ba1ac
commit cb15b6cf01
2 changed files with 3 additions and 1 deletions

View File

@@ -775,7 +775,6 @@ TomahawkWindow::winEvent( MSG* msg, long* result )
return false; return false;
} }
#endif // Q_OS_WIN
void void
@@ -844,6 +843,7 @@ TomahawkWindow::updateWindowsLoveButton()
m_thumbButtons[TP_LOVE].dwFlags = THBF_ENABLED; m_thumbButtons[TP_LOVE].dwFlags = THBF_ENABLED;
m_taskbarList->ThumbBarUpdateButtons( winId(), ARRAYSIZE( m_thumbButtons ), m_thumbButtons ); m_taskbarList->ThumbBarUpdateButtons( winId(), ARRAYSIZE( m_thumbButtons ), m_thumbButtons );
} }
#endif // Q_OS_WIN
void void

View File

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