summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy/resource.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-10-20 12:41:03 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-10-20 12:41:03 +0300
commit2a13b037defdade8844ea65b4805ea08b8788f0b (patch)
tree7919cfe24a9774b1d0bbb4ee0d6e7731ae607333 /libresourceqt/include/qt4/policy/resource.h
parentd9b16758c40d0e801ec5ecd707ace4b3451d331c (diff)
Updated documentation
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource.h')
-rw-r--r--libresourceqt/include/qt4/policy/resource.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libresourceqt/include/qt4/policy/resource.h b/libresourceqt/include/qt4/policy/resource.h
index 1748a92..f77ac31 100644
--- a/libresourceqt/include/qt4/policy/resource.h
+++ b/libresourceqt/include/qt4/policy/resource.h
@@ -88,8 +88,22 @@ protected:
Resource();
Resource(const Resource &other);
+ /**
+ * \internal
+ * This holds the type of the resource.
+ */
ResourceType resourceType;
+ /**
+ * \internal
+ * This is true when this resource is optional.
+ * \sa isOptional
+ * \sa setOptional
+ */
bool optional;
+ /**
+ * \internal
+ * This is just a unique identifier for the resource.
+ */
quint32 identifier;
private:
void setGranted();