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

List:       kde-commits
Subject:    KDE/kdepimlibs
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2009-04-04 13:33:21
Message-ID: 1238852001.829433.16912.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 949084 by toma:

Update documentation and make constructor explicit.


 M  +1 -0      MAINTAINERS  
 M  +1 -0      README  
 M  +2 -1      microblog/statusitem.h  


--- trunk/KDE/kdepimlibs/MAINTAINERS #949083:949084
@@ -22,6 +22,7 @@
 ktnef             Michael Goffioul <goffioul@imec.be>
 kxmlrpcclient     Narayan Newton <narayannewton@gmail.com>
 mailtransport     Tom Albers <tomalbers@kde.nl>
+microblog         Tom Albers <tomalbers@kde.nl>
 qgpgme            Marc Mutz <mutz@kde.org>
 syndication       Frank Osterfeld <frank.osterfeld@kdemail.net>
 pimtextedit       Thomas McGuire <mcguire@kde.org>
--- trunk/KDE/kdepimlibs/README #949083:949084
@@ -39,6 +39,7 @@
 * ktnef: C++ API for the handling of TNEF data
 * kxmlrpclient: An XML-RPC client library
 * mailtransport: C++ API and support code for managing mail transport
+* microblog: a library for microblogging
 * syndication: An RSS/Atom feed parser library
 * qgpgme: A C++ wrapper for gpgme
 * kioslaves/sieve: Sieve kioslave
--- trunk/KDE/kdepimlibs/microblog/statusitem.h #949083:949084
@@ -35,6 +35,7 @@
  * This class is a representation of one Dent or Tweet. It is filled with 
  * xml which the REST API from ident.ca or Teitter and parses it and gives
  * back the values. There are also some convenience functions like 
+ * @since 4.3
  */
 class MICROBLOG_EXPORT StatusItem
 {
@@ -45,7 +46,7 @@
     /** Constructor which takes the XML as argument. The data is parsed 
       * instantly, so the other methods of the class are instantly usuable
       */
-    StatusItem( const QByteArray& );
+    explicit StatusItem( const QByteArray& );
 
     /** Copy constructor */
     StatusItem( const StatusItem& );
[prev in list] [next in list] [prev in thread] [next in thread] 

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