[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=b294006

The following commit has been merged in the master branch:
commit b294006bf03ad45443e3cab3be730ae491355758
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.
---
 lib/message.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/message.h b/lib/message.h
index dfc224f..df183f8 100644
--- a/lib/message.h
+++ b/lib/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-text-ui packaging



More information about the pkg-kde-commits mailing list