summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource-set.cpp
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/src/resource-set.cpp
parent58bd11cebcd851e0024cbc46d6411206bb69018e (diff)
Added compatibility constructor (Fixes: NB#193007)
Diffstat (limited to 'libresourceqt/src/resource-set.cpp')
-rw-r--r--libresourceqt/src/resource-set.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libresourceqt/src/resource-set.cpp b/libresourceqt/src/resource-set.cpp
index f5faade..55b09f4 100644
--- a/libresourceqt/src/resource-set.cpp
+++ b/libresourceqt/src/resource-set.cpp
@@ -15,6 +15,11 @@ ResourceSet::ResourceSet(const QString &applicationClass, QObject * parent,
memset(resourceSet, 0, sizeof(QPointer<Resource *>)*NumberOfTypes);
}
+ResourceSet::ResourceSet(const QString &applicationClass, QObject * parent)
+{
+ ResourceSet(applicationClass, parent, false, false);
+}
+
ResourceSet::~ResourceSet()
{
qDebug("ResourceSet::%s(%d)", __FUNCTION__, identifier);