mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
14 lines
503 B
Diff
14 lines
503 B
Diff
diff --git a/src/apps/marble-qt/QtMainWindow.cpp b/src/apps/marble-qt/QtMainWindow.cpp
|
|
index da9f44f..b3f4ee3 100644
|
|
--- a/src/apps/marble-qt/QtMainWindow.cpp
|
|
+++ b/src/apps/marble-qt/QtMainWindow.cpp
|
|
@@ -432,7 +432,7 @@ void MainWindow::createActions()
|
|
void MainWindow::createMenus( const QList<QAction*> &panelActions )
|
|
{
|
|
#ifdef Q_OS_WIN
|
|
- m_downloadAction.setEnabled( false );
|
|
+ m_downloadAction->setEnabled( false );
|
|
#endif
|
|
|
|
m_fileMenu = menuBar()->addMenu(tr("&File"));
|