diff options
author | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-17 15:23:29 +0200 |
---|---|---|
committer | Wolf Bergenheim <ext-wolf.2.bergenheim@nokia.com> | 2010-02-17 15:23:29 +0200 |
commit | fdb67c341fcb9ea0ae29a7889227ded6ac66a362 (patch) | |
tree | fc4f83d73390131a92063309a6878c74a5e2fe52 /resourceqt-client | |
parent | 28aaf4eb7d89bba113d27a9a39fc787a03a05e31 (diff) | |
download | libresourceqt-fdb67c341fcb9ea0ae29a7889227ded6ac66a362.tar.gz |
Implemented modes => we now get deny messages
Diffstat (limited to 'resourceqt-client')
-rw-r--r-- | resourceqt-client/client.cpp | 2 |
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(); } |