[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra/calligra/2.9] krita/ui: Remove unneeded roundtrip to latin1
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2015-05-28 18:18:57
Message-ID: E1Yy2OP-0000Z1-66 () scm ! kde ! org
[Download RAW message or body]

Git commit 839e94168009e7c4a77cde852c1805bad12ab783 by Friedrich W. H. Kossebau.
Committed on 28/05/2015 at 18:10.
Pushed by kossebau into branch 'calligra/2.9'.

Remove unneeded roundtrip to latin1

M  +1    -1    krita/ui/kis_aboutdata.cpp

http://commits.kde.org/calligra/839e94168009e7c4a77cde852c1805bad12ab783

diff --git a/krita/ui/kis_aboutdata.cpp b/krita/ui/kis_aboutdata.cpp
index 91c836c..7022b11 100644
--- a/krita/ui/kis_aboutdata.cpp
+++ b/krita/ui/kis_aboutdata.cpp
@@ -32,7 +32,7 @@ KAboutData *newKritaAboutData()
 
 #ifdef CALLIGRA_GIT_SHA1_STRING
     QString gitVersion(CALLIGRA_GIT_SHA1_STRING);
-    version = QString("%1 (git %2)").arg(calligraVersion).arg(gitVersion).toLatin1();
+    version = QString("%1 (git %2)").arg(calligraVersion).arg(gitVersion);
 #else
     version = calligraVersion;
 #endif

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic