[vlmc-devel] [PATCH] Fix indentation in initToolbar
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Sat Mar 12 12:01:29 CET 2016
On 03/11/2016 03:00 PM, Paweł Goliński wrote:
> ---
> 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 fc88afd..23e0ecf 100644
> --- a/src/Gui/MainWindow.cpp
> +++ b/src/Gui/MainWindow.cpp
> @@ -499,7 +499,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 )
>
The patch doesn't apply, the #if defined( Q_OS_MAC ) at the bottom makes
me think you have other local modifications.
Regards
--
Hugo Beauzée-Luyssen
www.beauzee.fr
More information about the Vlmc-devel
mailing list