From fdb67c341fcb9ea0ae29a7889227ded6ac66a362 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Wed, 17 Feb 2010 15:23:29 +0200 Subject: Implemented modes => we now get deny messages --- resourceqt-client/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resourceqt-client') 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(); } -- cgit v1.2.3