diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-03-11 10:47:19 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-03-11 10:47:19 +0200 |
commit | 50dbb5b9aad308fe9c23db4e6db3f4b1a07dab17 (patch) | |
tree | eb56d461f143da139b8c66f4c569e1c5dc541612 /libresourceqt | |
parent | ff1e1a228971c2412ad21693e558bbdcaaeaba77 (diff) | |
download | libresourceqt-50dbb5b9aad308fe9c23db4e6db3f4b1a07dab17.tar.gz |
Fixed bugs caused by documenting
Diffstat (limited to 'libresourceqt')
-rw-r--r-- | libresourceqt/include/qt4/policy/resource-set.h | 1 | ||||
-rw-r--r-- | libresourceqt/include/qt4/policy/resource.h | 3 |
2 files changed, 4 insertions, 0 deletions
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 |