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

List:       kde-commits
Subject:    KDE/kdeplasma-addons/libs/rtm (silent)
From:       Jonathan Michael Thomas <echidnaman () kubuntu ! org>
Date:       2009-05-20 23:35:32
Message-ID: 1242862532.604140.3752.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 970845 by jmthomas:

Krazy fixes:
-Encapsulate single chars with '' rather than "", which makes them QStrings
-Add missing final newlines
SVN_SILENT


 M  +1 -1      auth.cpp  
 M  +1 -1      list.cpp  
 M  +1 -1      list.h  
 M  +1 -1      note.h  
 M  +1 -1      request.cpp  
 M  +1 -1      session_p.h  
 M  +1 -1      task.cpp  
 M  +1 -1      task.h  
 M  +1 -1      task_p.h  
 M  +1 -1      xmlreaders.cpp  


--- trunk/KDE/kdeplasma-addons/libs/rtm/auth.cpp #970844:970845
@@ -170,7 +170,7 @@
    }
     QString url = RTM::baseAuthUrl;
     foreach(QString key, arguments.keys()) 
-      url.append("&" + key + "=" + arguments.value(key));
+      url.append('&' + key + '=' + arguments.value(key));
     return url;
 }
 
--- trunk/KDE/kdeplasma-addons/libs/rtm/list.cpp #970844:970845
@@ -85,4 +85,4 @@
 }
 
 }
-#include "list.moc"
\ No newline at end of file
+#include "list.moc"
--- trunk/KDE/kdeplasma-addons/libs/rtm/list.h #970844:970845
@@ -66,4 +66,4 @@
 
 } // rtm namespace
 
-#endif
\ No newline at end of file
+#endif
--- trunk/KDE/kdeplasma-addons/libs/rtm/note.h #970844:970845
@@ -51,4 +51,4 @@
 
 } // rtm namespace
 
-#endif
\ No newline at end of file
+#endif
--- trunk/KDE/kdeplasma-addons/libs/rtm/request.cpp #970844:970845
@@ -134,7 +134,7 @@
     //kDebug() << "Creating url";
     QString url = RTM::baseMethodUrl;
     foreach(QString key, arguments.keys()) 
-      url.append("&" + key + "=" + arguments.value(key));
+      url.append('&' + key + '=' + arguments.value(key));
     return url;
 }
 
--- trunk/KDE/kdeplasma-addons/libs/rtm/session_p.h #970844:970845
@@ -121,4 +121,4 @@
   QMap<RTM::ListId,RTM::List*> lists;
 };
 
-#endif
\ No newline at end of file
+#endif
--- trunk/KDE/kdeplasma-addons/libs/rtm/task.cpp #970844:970845
@@ -308,4 +308,4 @@
   return new Task(session);
 }
 
-#include "task.moc"
\ No newline at end of file
+#include "task.moc"
--- trunk/KDE/kdeplasma-addons/libs/rtm/task.h #970844:970845
@@ -121,4 +121,4 @@
 
 } // namespace RTM
 
-#endif
\ No newline at end of file
+#endif
--- trunk/KDE/kdeplasma-addons/libs/rtm/task_p.h #970844:970845
@@ -62,4 +62,4 @@
 
     QMap<RTM::NoteId, RTM::Note> notes;
 
-};
\ No newline at end of file
+};
--- trunk/KDE/kdeplasma-addons/libs/rtm/xmlreaders.cpp #970844:970845
@@ -389,4 +389,4 @@
         readUnknownElement();
     }
   }
-}
\ No newline at end of file
+}
[prev in list] [next in list] [prev in thread] [next in thread] 

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