mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
fix menu addition
This commit is contained in:
@@ -151,7 +151,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
|||||||
toolbar->installEventFilter( new WidgetDragFilter( toolbar ) );
|
toolbar->installEventFilter( new WidgetDragFilter( toolbar ) );
|
||||||
|
|
||||||
#ifndef Q_WS_MAC
|
#ifndef Q_WS_MAC
|
||||||
ui->menuHelp->insertSeparator( 1 );
|
ui->menu_Help->insertSeparator( ui->actionAboutTomahawk );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined( Q_OS_DARWIN ) && defined( HAVE_SPARKLE )
|
#if defined( Q_OS_DARWIN ) && defined( HAVE_SPARKLE )
|
||||||
|
Reference in New Issue
Block a user