From 3579c858fd7c7a526fe57cd59add89724a810ea2 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Thu, 11 Feb 2010 12:59:27 +0200 Subject: Removed reset mode methods --- libresourceqt/include/qt4/policy/resource-set.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libresourceqt/include/qt4/policy') diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h index 4442f94..9de0e08 100644 --- a/libresourceqt/include/qt4/policy/resource-set.h +++ b/libresourceqt/include/qt4/policy/resource-set.h @@ -165,19 +165,11 @@ public: * Remember to call update() when changing this. */ void setAutoRelease(); - /** - * Resets the auto reselease flag to false (see \ref setAutoRelease()). - */ - void resetAutoRelease(); /** * Sets that the resourcesGranted() signal is emited even if we already * have the requested resources granted. By default this feature is off. */ void setAlwaysReply(); - /** - * Resets the always reply flag (see \ref setAlwaysReply()) to false. - */ - void resetAlwaysReply(); signals: /** -- cgit v1.2.3