commit 027545a2e607e86eec77bb4486c4b339c969049e
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Feb 12 15:10:14 2022 +0100

    Whitespace
---
 src/frontends/qt/GuiDocument.cpp |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp
index 4067d6c..812b8e2 100644
--- a/src/frontends/qt/GuiDocument.cpp
+++ b/src/frontends/qt/GuiDocument.cpp
@@ -265,15 +265,15 @@ class ModuleSelectionManager : public GuiSelectionManager
 public:
        ///
        ModuleSelectionManager(QObject * parent,
-                                                  QTreeView * availableLVarg,
-                                                  QTreeView * selectedLVarg,
-                                                  QPushButton * addPBarg,
-                                                  QPushButton * delPBarg,
-                                                  QPushButton * upPBarg,
-                                                  QPushButton * downPBarg,
-                                                  QStandardItemModel * 
availableModelarg,
-                                                  GuiIdListModel * 
selectedModelarg,
-                              GuiDocument const * container)
+                              QTreeView * availableLVarg,
+                              QTreeView * selectedLVarg,
+                              QPushButton * addPBarg,
+                              QPushButton * delPBarg,
+                              QPushButton * upPBarg,
+                              QPushButton * downPBarg,
+                              QStandardItemModel * availableModelarg,
+                              GuiIdListModel * selectedModelarg,
+                              GuiDocument const * container)
                : GuiSelectionManager(parent, availableLVarg, selectedLVarg, 
addPBarg, delPBarg,
                                                          upPBarg, downPBarg, 
availableModelarg, selectedModelarg),
                  container_(container)
@@ -933,9 +933,9 @@ GuiDocument::GuiDocument(GuiView & lv)
        connect(outputModule->tableoutCB, SIGNAL(currentIndexChanged(int)),
                this, SLOT(change_adaptor()));
        connect(outputModule->mathmlprefixCB, SIGNAL(currentIndexChanged(int)),
-        this, SLOT(change_adaptor()));
+               this, SLOT(change_adaptor()));
 
-    connect(outputModule->shellescapeCB, SIGNAL(stateChanged(int)),
+       connect(outputModule->shellescapeCB, SIGNAL(stateChanged(int)),
                this, SLOT(shellescapeChanged()));
        connect(outputModule->outputsyncCB, SIGNAL(toggled(bool)),
                this, SLOT(setOutputSync(bool)));
@@ -1331,6 +1331,7 @@ GuiDocument::GuiDocument(GuiView & lv)
        connect(colorModule->delBoxBackgroundTB, SIGNAL(clicked()),
                this, SLOT(deleteBoxBackgroundColor()));
 
+
        // change tracking
        changesModule = new UiWidget<Ui::ChangeTrackingUi>(this);
        connect(changesModule->trackChangesCB, SIGNAL(clicked()),
@@ -1340,6 +1341,7 @@ GuiDocument::GuiDocument(GuiView & lv)
        connect(changesModule->changeBarsCB, SIGNAL(clicked()),
                this, SLOT(change_adaptor()));
 
+
        // numbering
        numberingModule = new UiWidget<Ui::NumberingUi>(this);
        connect(numberingModule->depthSL, SIGNAL(valueChanged(int)),
@@ -1762,7 +1764,7 @@ GuiDocument::GuiDocument(GuiView & lv)
                qt_("Input listings parameters below. Enter ? for a list of 
parameters."));
 
        for (int i = 0; lst_packages[i][0]; ++i)
-            listingsModule->packageCO->addItem(lst_packages[i]);
+               listingsModule->packageCO->addItem(lst_packages[i]);
 
 
        // add the panels
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to