mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Try and fix compiling with mingw.
This commit is contained in:
@@ -195,8 +195,7 @@ TomahawkWindow::loadSettings()
|
||||
bool mbVisible = s->menuBarVisible();
|
||||
menuBar()->setVisible( mbVisible );
|
||||
m_compactMenuAction->setVisible( !mbVisible );
|
||||
ActionCollection::instance()->getAction( "toggleMenuBar" )
|
||||
->setText( mbVisible ? tr( "Hide Menu Bar" ) : tr( "Show Menu Bar" ) );
|
||||
ActionCollection::instance()->getAction( "toggleMenuBar" )->setText( mbVisible ? tr( "Hide Menu Bar" ) : tr( "Show Menu Bar" ) );
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -768,6 +767,7 @@ TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState )
|
||||
#endif // HAVE_THUMBBUTTON
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TomahawkWindow::updateWindowsLoveButton()
|
||||
{
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include <QStackedWidget>
|
||||
#include <QToolButton>
|
||||
|
||||
#include "config.h"
|
||||
#include "Result.h"
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "utils/XspfLoader.h"
|
||||
|
Reference in New Issue
Block a user