summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource-set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libresourceqt/src/resource-set.cpp')
-rw-r--r--libresourceqt/src/resource-set.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libresourceqt/src/resource-set.cpp b/libresourceqt/src/resource-set.cpp
index 93af954..7f4792f 100644
--- a/libresourceqt/src/resource-set.cpp
+++ b/libresourceqt/src/resource-set.cpp
@@ -38,7 +38,7 @@ void ResourceSet::addResources(const QList<Resource *>resources)
}
}
-void ResourceSet::delResource(ResourceType type)
+void ResourceSet::deleteResource(ResourceType type)
{
if (contains(type)) {
delete resourceSet[type];
@@ -116,7 +116,7 @@ void ResourceSet::setAutoRelease()
autoRelease = true;
}
-void ResourceSet::unsetAutoRelease()
+void ResourceSet::resetAutoRelease()
{
autoRelease = false;
}
@@ -126,7 +126,7 @@ void ResourceSet::setAlwaysReply()
alwaysReply = true;
}
-void ResourceSet::unsetAlwaysReply()
+void ResourceSet::resetAlwaysReply()
{
alwaysReply = false;
}