summaryrefslogtreecommitdiff
path: root/libresourceqt
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-04-12 09:08:11 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-04-12 09:08:11 +0300
commit869ca8f429492edc82700a4b4cd0cac7fc4b09b7 (patch)
tree19c6216d83c25d7baf75449954aff70e1241def1 /libresourceqt
parentd1267a30ba9f146831766adc847bb89b0355f0a4 (diff)
Fixed documentation
Diffstat (limited to 'libresourceqt')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 59088e3..ad5aa44 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -173,8 +173,8 @@ public:
*
* This feature is by default disabled.
*
- * This flag should be set once only before the first acquire is called,
- * and cannot be unset.
+ * This flag should be set once only before calling anything else
+ * (excluding setAlwaysReply()), and cannot be unset.
*/
bool setAutoRelease();
/**
@@ -186,8 +186,8 @@ public:
* Sets that the resourcesGranted() signal is emited even if we already
* have the requested resources granted. By default this feature is off.
*
- * This flag should be set once only before the first acquire is called,
- * and cannot be unset.
+ * This flag should be set once only before calling anything else
+ * (excluding setAutoRelease()), and cannot be unset.
*/
bool setAlwaysReply();
/**