From 96719068ec2aa1690e3b360c966dc9f991054e94 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 12 Oct 2010 14:34:55 +0000 Subject: suppress warning in release build --- examples/GuiClient/customLabel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/GuiClient/customLabel.cpp') diff --git a/examples/GuiClient/customLabel.cpp b/examples/GuiClient/customLabel.cpp index 383d033d..ec29d678 100644 --- a/examples/GuiClient/customLabel.cpp +++ b/examples/GuiClient/customLabel.cpp @@ -32,6 +32,7 @@ customLabel::customLabel(QWidget* parent):QLabel(parent), m_timer(this), bool check = connect(&m_timer, SIGNAL(timeout()), SLOT(timeout())); Q_ASSERT(check); + Q_UNUSED(check); } void customLabel::setCustomText(const QString& text, customLabel::Option op, -- cgit v1.2.3