aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/customLabel.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-12 14:34:55 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-12 14:34:55 +0000
commit96719068ec2aa1690e3b360c966dc9f991054e94 (patch)
treefabc8fcdf4141e17feb1d5bda876ea2265dfb71b /examples/GuiClient/customLabel.cpp
parenta2b2e31e68547eba324f8995f6a0ddd5a2e2a3e7 (diff)
downloadqxmpp-96719068ec2aa1690e3b360c966dc9f991054e94.tar.gz
suppress warning in release build
Diffstat (limited to 'examples/GuiClient/customLabel.cpp')
-rw-r--r--examples/GuiClient/customLabel.cpp1
1 files changed, 1 insertions, 0 deletions
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,