From 869ca8f429492edc82700a4b4cd0cac7fc4b09b7 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Mon, 12 Apr 2010 09:08:11 +0300 Subject: Fixed documentation --- libresourceqt/include/qt4/policy/resource-set.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libresourceqt/include/qt4/policy') 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(); /** -- cgit v1.2.3