[vlmc-devel] Fix indentation in initToolbar

Paweł Goliński git at videolan.org
Mon Mar 14 21:31:31 CET 2016


vlmc | branch: master | Paweł Goliński <golpaw1 at gmail.com> | Fri Mar 11 15:00:27 2016 +0100| [33ca8d1aebeb275f18c42c3633688a80c85a11ac] | committer: Hugo Beauzée-Luyssen

Fix indentation in initToolbar

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/33ca8d1aebeb275f18c42c3633688a80c85a11ac
---

 src/Gui/MainWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 3f836bd..f93c6c7 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -505,7 +505,7 @@ MainWindow::initToolbar()
     mouseActions->addAction( m_ui.actionCut_mode );
     m_ui.actionSelection_mode->setChecked( true );
     m_ui.toolBar->addActions( mouseActions->actions() );
-    connect( mouseActions, SIGNAL( triggered(QAction*) ),
+    connect( mouseActions, SIGNAL( triggered( QAction* ) ),
              this, SLOT( toolButtonClicked( QAction* ) ) );
     m_ui.menuTools->addActions( mouseActions->actions() );
 #if defined ( Q_OS_MAC )



More information about the Vlmc-devel mailing list