Author: jghali
Date: Mon Oct 12 23:07:29 2020
New Revision: 24078

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24078
Log:
Code style fixes

Modified:
    trunk/Scribus/scribus/ui/mark2mark.cpp

Modified: trunk/Scribus/scribus/ui/mark2mark.cpp
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=24078&path=/trunk/Scribus/scribus/ui/mark2mark.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/mark2mark.cpp      (original)
+++ trunk/Scribus/scribus/ui/mark2mark.cpp      Mon Oct 12 23:07:29 2020
@@ -12,7 +12,8 @@
        MarkType typeMrk;
 
        int index = 0;
-       typeMrk = MARKAnchorType;       typeStr = tr("Anchors");
+       typeMrk = MARKAnchorType;
+       typeStr = tr("Anchors");
        //adding name of marks type, and make it unselectable
        LabelList->addItem("+++ " + typeStr);
        qobject_cast<QStandardItemModel *>(LabelList->model())->item( ++index 
)->setEnabled( false );
@@ -24,7 +25,8 @@
                        index++;
                }
        }
-       typeMrk = MARK2MarkType;        typeStr = tr("Mark to Mark");
+       typeMrk = MARK2MarkType;
+       typeStr = tr("Mark to Mark");
        LabelList->addItem("+++ " + typeStr);
        qobject_cast<QStandardItemModel *>(LabelList->model())->item( ++index 
)->setEnabled( false );
        for (int i = 0; i < marks.size(); ++i)
@@ -35,7 +37,8 @@
                        index++;
                }
        }
-       typeMrk = MARK2ItemType;        typeStr = tr("Mark to Item");
+       typeMrk = MARK2ItemType;
+       typeStr = tr("Mark to Item");
        LabelList->addItem("+++ " + typeStr);
        qobject_cast<QStandardItemModel *>(LabelList->model())->item( ++index 
)->setEnabled( false );
        for (int i = 0; i < marks.size(); ++i)
@@ -46,7 +49,8 @@
                        index++;
                }
        }
-       typeMrk = MARKNoteMasterType;   typeStr = tr("Note mark");
+       typeMrk = MARKNoteMasterType;
+       typeStr = tr("Note mark");
        LabelList->addItem("+++ " + typeStr);
        qobject_cast<QStandardItemModel *>(LabelList->model())->item( ++index 
)->setEnabled( false );
        for (int i = 0; i < marks.size(); ++i)


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to