summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy/resource-set.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-16 15:22:53 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-16 15:22:53 +0300
commitc73a1276632331efff4074931e6e9dcb61f85e92 (patch)
treef79dd079af9557b5c063cc7dba50558a41c4541a /libresourceqt/include/qt4/policy/resource-set.h
parent5f82fc3a95dd342ad2ae16007dcf36bae632568a (diff)
Updated documentation
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource-set.h')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 710dc7d..2ce18c4 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -31,7 +31,7 @@
* resources->addResource(VideoPlaybackType);
* \endcode
* If you want to pre-populate the AudioResource with the audio group (it is a good idea)
- * and other oudio parameters you can create an audio object yourself and then
+ * and other audio parameters you can create an audio object yourself and then
* give that to the ResourcePolicy::ResourceSet. Note that you should NOT free this object.
* The ResourcePolicy::ResourceSet takes ownership of this pointer.
* \code
@@ -59,7 +59,8 @@
*/
/**
- * The Namespace for Resource Policy.
+ * \brief The Namespace for Resource Policy.
+ * All Resource Policy Qt APIs reside under the ResourcePolicy namespace.
*/
namespace ResourcePolicy
{
@@ -81,6 +82,8 @@ public:
* 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.
*/
ResourceSet(const QString &applicationClass, QObject *parent = NULL,
bool alwaysReply = false, bool autoRelease = false);