mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 04:10:20 +02:00
Fix non-Windows build.
This commit is contained in:
@@ -775,7 +775,6 @@ TomahawkWindow::winEvent( MSG* msg, long* result )
|
||||
|
||||
return false;
|
||||
}
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
|
||||
void
|
||||
@@ -844,6 +843,7 @@ TomahawkWindow::updateWindowsLoveButton()
|
||||
m_thumbButtons[TP_LOVE].dwFlags = THBF_ENABLED;
|
||||
m_taskbarList->ThumbBarUpdateButtons( winId(), ARRAYSIZE( m_thumbButtons ), m_thumbButtons );
|
||||
}
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
|
||||
void
|
||||
|
@@ -142,8 +142,10 @@ private slots:
|
||||
void toggleMenuBar();
|
||||
void balanceToolbar();
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
void audioStateChanged( AudioState newState, AudioState oldState );
|
||||
void updateWindowsLoveButton();
|
||||
#endif
|
||||
|
||||
private:
|
||||
void loadSettings();
|
||||
|
Reference in New Issue
Block a user