mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
dont ifdef slots, it looks like moc get confused here
This commit is contained in:
@@ -148,10 +148,9 @@ 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();
|
||||||
|
Reference in New Issue
Block a user