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

List:       kde-commits
Subject:    [ktp-text-ui] app: Use QLatin1String for strings
From:       Martin Klapetek <mklapetek () kde ! org>
Date:       2014-02-28 10:17:36
Message-ID: E1WJKVc-0003d1-Bh () scm ! kde ! org
[Download RAW message or body]

Git commit ec885c6f0c4334f3078ca8c4e8cb0e22385dfa5a by Martin Klapetek.
Committed on 28/02/2014 at 10:17.
Pushed by mklapetek into branch 'master'.

Use QLatin1String for strings

Fixes build.

Thanks Raymond for noticing

CCMAIL: tittiatcoke@gmail.com

M  +1    -1    app/main.cpp

http://commits.kde.org/telepathy-text-ui/ec885c6f0c4334f3078ca8c4e8cb0e22385dfa5a

diff --git a/app/main.cpp b/app/main.cpp
index 190ad1e..0d882c1 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
     aboutData.addAuthor(ki18n("Francesco Nwokeka"), ki18n("Developer"), "francesco.nwokeka@gmail.com");
     aboutData.setProductName("telepathy/text-ui"); //set the correct name for bug reporting
     aboutData.setLicense(KAboutData::License_GPL_V2);
-    aboutData.setProgramIconName("telepathy-kde");
+    aboutData.setProgramIconName(QLatin1String("telepathy-kde"));
 
     KCmdLineArgs::init(argc, argv, &aboutData);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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