summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy/resource-set.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-set.h
parentd9b16758c40d0e801ec5ecd707ace4b3451d331c (diff)
Updated documentation
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource-set.h')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 7414a40..bd23e62 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -98,13 +98,14 @@ class ResourceSet: public QObject
Q_DISABLE_COPY(ResourceSet)
public:
/**
- * The constructor.
+ * Alternative constructor with additional parameters for setting
+ * alwaysReply and autoRelease.
* \param applicationClass This parameter defines the application class.
* The application class is used to determine the priority order of the
* application.
- * \param parent The optional parent of of this class.
- * \param alwaysReply Set this to true to always get a reply from the
- * Resource Manager. This optional parameter defaults to false.
+ * \param parent The parent of this class.
+ * \param alwaysReply see setAlwaysReply()
+ * \param autoRelease see setAutoRelease()
*/
ResourceSet(const QString &applicationClass, QObject *parent,
bool alwaysReply, bool autoRelease);
@@ -148,8 +149,7 @@ public:
/**
* This method returns a list of all resource in the set.
* \return a QList of all resources in the set.
- */
- QList<Resource *> resources() const;
+ */ QList<Resource *> resources() const;
/**
* This method returns a const pointer to a resource of a specific type.
* \param type The type of resource we are interested in.