summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 10:12:24 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 10:12:24 +0200
commitf15d3608dc4d6444fb587f9dfbb93c7a8b02c740 (patch)
treef009d0b34ab8d6ef3a5efd72a6633b1b46598da3 /libresourceqt/include/qt4
parent410064fe1545400b0939b0cff7534b23b1c390dc (diff)
added slots for connected, acquire and deny
Diffstat (limited to 'libresourceqt/include/qt4')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index ea54b8a..447dc8b 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -212,6 +212,12 @@ private:
bool alwaysReply;
bool initialized;
bool pendingAcquire;
+
+private slots:
+ void connectedHandler();
+ void handleAcquire(quint32);
+ void handleDeny();
+
};
}