summaryrefslogtreecommitdiff
path: root/resourceqt-client/client.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 11:40:38 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 11:40:38 +0200
commit28aaf4eb7d89bba113d27a9a39fc787a03a05e31 (patch)
tree67f353cda2b44b419d108f5c91e0cf5d1fa27f7a /resourceqt-client/client.h
parente288abf93cc33ce7f6d535e1e5d887e8f9628119 (diff)
Implemented release, update and related callbacks (grant, release, lost
resources). Initial implementation of audio (group only at this stage).
Diffstat (limited to 'resourceqt-client/client.h')
-rw-r--r--resourceqt-client/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h
index 39615ef..81461c5 100644
--- a/resourceqt-client/client.h
+++ b/resourceqt-client/client.h
@@ -36,6 +36,7 @@ private slots:
void resourceAcquiredHandler(const QList<ResourceType>& grantedResList);
void resourceDeniedHandler();
void resourceLostHandler();
+ void resourceReleasedHandler();
protected:
void timerEvent(QTimerEvent *e);