[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:15 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=2349f38

The following commit has been merged in the master branch:
commit 2349f38a188cbc23a8eba7f44f7e7a8c504a57e4
Author: Lasath Fernando <kde at lasath.org>
Date:   Thu May 3 21:53:12 2012 +1000

    Fix documentation for Message
    
    Address issues raised by David in review.
---
 KTp/message.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/KTp/message.h b/KTp/message.h
index dfc224f..df183f8 100644
--- a/KTp/message.h
+++ b/KTp/message.h
@@ -34,8 +34,8 @@
  * interfaces. Also contains internal metadata for use by other plugins.
  *
  * 
ote
- * All methods in this class are thread safe, though some may cause an
- * individual plugin do block.
+ * Methods in this class are currently *not* thread safe. They will be in a
+ * later version. Setting properties concurrently is undefined. 
  *
  * uthor Lasath Fernando <kde at lasath.org>
  */
@@ -90,7 +90,7 @@ public:
      * yet will block until it has been set by some plugin. If it isn't set when
      * all plugins are finished, this plugin will be cancelled.
      *
-     * \param name the identifier of the property 
+     * \param name the identifier of the property
      */
     QVariant property(const char *name) const;
     void setProperty(const char *name, const QVariant &value);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list