summaryrefslogtreecommitdiff
path: root/resourceqt-client
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 15:23:29 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-17 15:23:29 +0200
commitfdb67c341fcb9ea0ae29a7889227ded6ac66a362 (patch)
treefc4f83d73390131a92063309a6878c74a5e2fe52 /resourceqt-client
parent28aaf4eb7d89bba113d27a9a39fc787a03a05e31 (diff)
Implemented modes => we now get deny messages
Diffstat (limited to 'resourceqt-client')
-rw-r--r--resourceqt-client/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/resourceqt-client/client.cpp b/resourceqt-client/client.cpp
index ec8d4a1..c926ef0 100644
--- a/resourceqt-client/client.cpp
+++ b/resourceqt-client/client.cpp
@@ -169,11 +169,13 @@ bool Client::initialize(uint32_t all, uint32_t optional, bool alwaysReply, bool
if( alwaysReply )
{
+ qDebug("client: alwaysReply");
resourceSet->setAlwaysReply();
}
if( autoRelease )
{
+ qDebug("client: autoRelease");
resourceSet->setAutoRelease();
}