From 8252991d57639ccafdac0931e4e62bc36c9f299f Mon Sep 17 00:00:00 2001 From: un1versal Date: Tue, 28 Jun 2016 17:43:03 +0100 Subject: CustomizeToolBarsDialog: fix cosmetic formatting due to rebase conflict resolution this was missed --- src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/toolbareditor/CustomizeToolBarsDialog.cpp') diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp index a59f3261e..f79e50fa2 100644 --- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp +++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp @@ -326,15 +326,15 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p) connect(m_pExportToolBarButton, SIGNAL(clicked()), this, SLOT(exportToolBar())); g->addWidget(m_pExportToolBarButton, 4, 1); - m_pImportToolBarButton = new QPushButton(__tr2qs_ctx("Import Toolbar","editor"),this); - connect(m_pImportToolBarButton,SIGNAL(clicked()),this,SLOT(importToolBar())); + m_pImportToolBarButton = new QPushButton(__tr2qs_ctx("Import Toolbar", "editor"), this); + connect(m_pImportToolBarButton, SIGNAL(clicked()), this, SLOT(importToolBar())); g->addWidget(m_pImportToolBarButton, 5, 1); TrashcanLabel * t = new TrashcanLabel(this); g->addWidget(t, 7, 1); b = new QPushButton(__tr2qs_ctx("Close","editor"),this); - connect(b,SIGNAL(clicked()),this,SLOT(closeClicked())); + connect(b,SIGNAL(clicked()), this, SLOT(closeClicked())); g->addWidget(b, 8, 1); g->setRowStretch(6, 1); -- cgit v1.3.1-10-gc9f91