From 50dbb5b9aad308fe9c23db4e6db3f4b1a07dab17 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Thu, 11 Mar 2010 10:47:19 +0200 Subject: Fixed bugs caused by documenting --- libresourceqt/include/qt4/policy/resource-set.h | 1 + libresourceqt/include/qt4/policy/resource.h | 3 +++ 2 files changed, 4 insertions(+) (limited to 'libresourceqt') diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h index ab0e597..0d72cb7 100644 --- a/libresourceqt/include/qt4/policy/resource-set.h +++ b/libresourceqt/include/qt4/policy/resource-set.h @@ -193,6 +193,7 @@ public: /** * Check whether the always-get-reply flag has been set. * \return true if we will always get a reply (even if there is no change). + */ bool alwaysGetReply(); signals: diff --git a/libresourceqt/include/qt4/policy/resource.h b/libresourceqt/include/qt4/policy/resource.h index 4c18408..4f9b02e 100644 --- a/libresourceqt/include/qt4/policy/resource.h +++ b/libresourceqt/include/qt4/policy/resource.h @@ -26,12 +26,15 @@ enum ResourceType { NumberOfTypes }; +class ResourceSet; + /** * This class is the super class for all resources. It represents a generic * \ref Resource. The type specific resource classes should be used. */ class Resource { + friend class ResourceSet; public: /** * Whether or not this resource is optional, in that it doesn't need to -- cgit v1.2.3