[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:24:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=ec885c6

The following commit has been merged in the master branch:
commit ec885c6f0c4334f3078ca8c4e8cb0e22385dfa5a
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Feb 28 11:17:24 2014 +0100

    Use QLatin1String for strings
    
    Fixes build.
    
    Thanks Raymond for noticing
    
    CCMAIL: tittiatcoke at gmail.com
---
 app/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 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);
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list