mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
osx: fix compilation error due to typo
This commit is contained in:
parent
2f1e7cd72d
commit
5a84f2ce86
@ -650,7 +650,7 @@ void MainWindow::registerDefaultActions()
|
||||
connect(m_zoomAction, SIGNAL(triggered()), this, SLOT(showMaximized()));
|
||||
|
||||
// Window separator
|
||||
cmd = createSeparator(am, this, "QtCreator.Window.Sep.Size"), m_globalContext);
|
||||
cmd = createSeparator(am, this, "QtCreator.Window.Sep.Size", m_globalContext);
|
||||
mwindow->addAction(cmd, Constants::G_WINDOW_SIZE);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user