r24000 by jghali - Code style fixes
scribus-commit
scribus-commit at lists.scribus.net
Sun Aug 30 09:10:47 UTC 2020
Author: jghali
Date: Sun Aug 30 09:10:47 2020
New Revision: 24000
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24000
Log:
Code style fixes
Modified:
trunk/Scribus/scribus/gtaction.cpp
Modified: trunk/Scribus/scribus/gtaction.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24000&path=/trunk/Scribus/scribus/gtaction.cpp
==============================================================================
--- trunk/Scribus/scribus/gtaction.cpp (original)
+++ trunk/Scribus/scribus/gtaction.cpp Sun Aug 30 09:10:47 2020
@@ -122,10 +122,10 @@
QString textStr = text;
textStr.remove(ch0);
textStr.remove(ch13);
- textStr.replace(ch10,ch13);
- textStr.replace(ch5,ch13);
- textStr.replace(QString(0x2028),SpecialChars::LINEBREAK);
- textStr.replace(QString(0x2029),SpecialChars::PARSEP);
+ textStr.replace(ch10, ch13);
+ textStr.replace(ch5, ch13);
+ textStr.replace(QString(0x2028), SpecialChars::LINEBREAK);
+ textStr.replace(QString(0x2029), SpecialChars::PARSEP);
if (isNote)
{
if (m_note == nullptr)
More information about the scribus-commit
mailing list