From 2fb46c3029c7ca28e594b55dae67fedf82862ff6 Mon Sep 17 00:00:00 2001 From: Adenilson Cavalcanti Date: Fri, 30 Jan 2009 15:56:10 -0400 Subject: [PATCH] Removing outdated comments. --- googledataresource.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/googledataresource.cpp b/googledataresource.cpp index 2029e40..14a681c 100644 --- a/googledataresource.cpp +++ b/googledataresource.cpp @@ -155,9 +155,6 @@ void googledataResource::itemAdded( const Akonadi::Item &item, const Akonadi::Co if (!(contact = gcal_contact_new(NULL))) exit(1); - /* Common... there must exist a better way! I'm using Qt 4.5. - * What about the good and old .c_str()? - */ temp = addressee.realName(); gcal_contact_set_title(contact, const_cast(qPrintable(temp))); -- 2.11.4.GIT