← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/libindicate-qt/trunk] Rev 76: Added @since comments

 

------------------------------------------------------------
revno: 76
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: libindicate-qt
timestamp: Thu 2009-09-10 15:36:30 +0200
message:
  Added @since comments
modified:
  src/qindicateindicator.h
  src/qindicatelistener.h


--
lp:libindicate-qt
https://code.launchpad.net/~agateau/libindicate-qt/trunk

Your team ayatana-commits is subscribed to branch lp:libindicate-qt.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/libindicate-qt/trunk/+edit-subscription.
=== modified file 'src/qindicateindicator.h'
--- src/qindicateindicator.h	2009-09-10 11:22:49 +0000
+++ src/qindicateindicator.h	2009-09-10 13:36:30 +0000
@@ -36,6 +36,9 @@
     ~Indicator();
 
     void setProperty(const QString& key, const QString& value);
+    /**
+     * @since 0.2.0
+     */
     void setProperty(const QString& key, const QDateTime& value);
     void setProperty(const QString& key, const QTime& value);
     void setProperty(const QString& key, const QImage& value);
@@ -61,6 +64,8 @@
      * Emitted when the user has clicked on this indicator.  In the messaging
      * indicator this would be when someone clicks on the menu item for the
      * indicator.
+     *
+     * @since 0.2.0
      */
     void display(QIndicate::Indicator*);
 

=== modified file 'src/qindicatelistener.h'
--- src/qindicatelistener.h	2009-09-10 09:44:01 +0000
+++ src/qindicatelistener.h	2009-09-10 13:36:30 +0000
@@ -107,6 +107,8 @@
     /**
      * Converts a value received from getServerType, getServerDesktopFile or
      * getIndicatorProperty into a localtime QDateTime
+     *
+     * @since 0.2.0
      */
     static QDateTime dateTimeFromValue(const QByteArray& value);