summaryrefslogtreecommitdiff
path: root/resourceqt-client/client.h
diff options
context:
space:
mode:
authorMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-15 13:28:18 +0200
committerMartin Wolf <ext-martin.2.wolf@nokia.com>2010-02-15 13:28:18 +0200
commitabb51ffa0565eb589dc74ca39a8396f865d8fbdc (patch)
treefe87952260b5b5a49cb7652400957975ad400d19 /resourceqt-client/client.h
parent75d34a403884640d9203c6eed3ed3b74964e94e8 (diff)
Fixes to resourceqt-client example
Diffstat (limited to 'resourceqt-client/client.h')
-rw-r--r--resourceqt-client/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h
index 3399d02..39615ef 100644
--- a/resourceqt-client/client.h
+++ b/resourceqt-client/client.h
@@ -29,11 +29,11 @@ public:
Client(QString appClass);
~Client();
- bool initialize(uint32_t all, uint32_t optional);
+ bool initialize(uint32_t all, uint32_t optional, bool alwaysReply, bool autoRelease);
static uint32_t parseResourceList(QString resourceListStr);
private slots:
- void resourceAcquiredHandler(const QList<ResourceType>& resList);
+ void resourceAcquiredHandler(const QList<ResourceType>& grantedResList);
void resourceDeniedHandler();
void resourceLostHandler();