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

List:       kde-commits
Subject:    [kdepimlibs] akonadi/notes: fix some more QString conversion problems
From:       Andreas Holzammer <andreas.holzammer () kdab ! com>
Date:       2011-09-01 17:09:03
Message-ID: 20110901170903.B8D1DA6078 () git ! kde ! org
[Download RAW message or body]

Git commit 96d2a5998fb57f0b6d9f465b705eed765f7c612c by Andreas Holzammer.
Committed on 01/09/2011 at 19:08.
Pushed by aholzammer into branch 'master'.

fix some more QString conversion problems

M  +1    -1    akonadi/notes/noteutils.cpp

http://commits.kde.org/kdepimlibs/96d2a5998fb57f0b6d9f465b705eed765f7c612c

diff --git a/akonadi/notes/noteutils.cpp b/akonadi/notes/noteutils.cpp
index 89b705c..374dbdb 100644
--- a/akonadi/notes/noteutils.cpp
+++ b/akonadi/notes/noteutils.cpp
@@ -87,7 +87,7 @@ KMime::Message::Ptr NoteMessageWrapper::message() const
     title = d->title;
   }
   // Need a non-empty body part so that the serializer regards this as a valid message.
-  QString text = "  ";
+  QString text = QLatin1String("  ");
   if ( !d->text.isEmpty() ) {
     text = d->text;
   }


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

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