Hi all,

A personal idiosyncrasy of mine is that I develop with QT_NO_CAST_TO_ASCII 
turned on. So of course, one of the first things I hit when I started to play 
with Nepomuk and rcgen was the need for the following trivial patch...

Thoughts? Not a big deal, just thought I'd ask. I'm not sure if there are 
other areas yet.

Robby

Index: nepomuk/rcgen/templates/source_safe.tpl
===================================================================
--- nepomuk/rcgen/templates/source_safe.tpl     (revision 1105391)
+++ nepomuk/rcgen/templates/source_safe.tpl     (working copy)
@@ -87,7 +87,7 @@
 
 QString Nepomuk::NEPOMUK_RESOURCENAME::resourceTypeUri()
 {
-    return "NEPOMUK_RESOURCETYPEURI";
+    return QLatin1String("NEPOMUK_RESOURCETYPEURI");
 }
 
 NEPOMUK_METHODS
_______________________________________________
Nepomuk mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/nepomuk

Reply via email to