1
0
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:
Philippe Renon 2017-10-14 16:15:48 +02:00
parent 2f1e7cd72d
commit 5a84f2ce86

View File

@ -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