summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-20 12:05:50 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-20 12:05:50 +0300
commit274b11262162a745fd948b8d128002ed20af3fc9 (patch)
treec28915b7c7c5d1856237136a4e3834a534f37c8e /libresourceqt/include/qt4
parent58bd11cebcd851e0024cbc46d6411206bb69018e (diff)
Added compatibility constructor (Fixes: NB#193007)
Diffstat (limited to 'libresourceqt/include/qt4')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 2ce18c4..3d18ac6 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -85,8 +85,16 @@ public:
* \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);
+ ResourceSet(const QString &applicationClass, QObject *parent,
+ bool alwaysReply, bool autoRelease);
+ /**
+ * Alternative backwards-compatible constructor.
+ * \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.
+ */
+ ResourceSet(const QString &applicationClass, QObject *parent = NULL);
/**
* The destructor
*/