From 274b11262162a745fd948b8d128002ed20af3fc9 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Mon, 20 Sep 2010 12:05:50 +0300 Subject: Added compatibility constructor (Fixes: NB#193007) --- libresourceqt/src/resource-set.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libresourceqt/src/resource-set.cpp') 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)*NumberOfTypes); } +ResourceSet::ResourceSet(const QString &applicationClass, QObject * parent) +{ + ResourceSet(applicationClass, parent, false, false); +} + ResourceSet::~ResourceSet() { qDebug("ResourceSet::%s(%d)", __FUNCTION__, identifier); -- cgit v1.2.3