aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/capabilitiesCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/capabilitiesCache.cpp')
-rw-r--r--examples/GuiClient/capabilitiesCache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp
index 53e79a5f..0feda4f4 100644
--- a/examples/GuiClient/capabilitiesCache.cpp
+++ b/examples/GuiClient/capabilitiesCache.cpp
@@ -41,6 +41,7 @@ capabilitiesCache::capabilitiesCache(QXmppClient* client) :
bool check = connect(ext, SIGNAL(infoReceived(const QXmppDiscoveryIq&)),
SLOT(infoReceived(const QXmppDiscoveryIq&)));
Q_ASSERT(check);
+ Q_UNUSED(check);
}
}