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

List:       kde-commits
Subject:    kdenonbeta/libqt-addon/libqt-addon
From:       Thiago Macieira <thiagom () mail ! com>
Date:       2003-12-11 21:22:05
[Download RAW message or body]

CVS commit by thiago: 

Documentation updates.


  M +9 -10     qresolver.h   1.13


--- kdenonbeta/libqt-addon/libqt-addon/qresolver.h  #1.12:1.13
@@ -632,7 +632,7 @@ public:
    *
    * Note: if both the nodename and the servicename are unset, this function
-   * will not queue, but will set a success state and emit the signal. It is
-   * the only case in which the signal may be emitted before this function
-   * returns.
+   * will not queue, but will set a success state and emit the signal. Also
+   * note that in this case and maybe others, the signal @ref finished might
+   * be emitted before this function returns.
    *
    * @return true if this request was successfully queued for asynchronous
@@ -766,5 +766,5 @@ public:
    *
    * This function is provided as a convenience to simplify the resolution
-   * process. It creates an internal Resolver object, connects the
+   * process. It creates an internal QResolver object, connects the
    * @ref finished signal to the given slot and starts the resolution
    * asynchronously. It is more or less equivalent to the following code:
@@ -784,6 +784,5 @@ public:
    * You should use it like this in your code:
    * \code
-   *   QResolver::resolveAsync(myObj, SLOT(mySlot(QResolverResults)),
-   *                             host, service);
+   *   QResolver::resolveAsync(myObj, SLOT(mySlot(QResolverResults)), host, service);
    * \endcode
    *


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

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