aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatDialog.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-12 14:40:39 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-12 14:40:39 +0000
commit7a1e3767bbb7e635c0443dda09c6189ca83383c5 (patch)
tree4b05a9d96f4b65744e76ba9922762585fabd57e4 /examples/GuiClient/chatDialog.cpp
parent96719068ec2aa1690e3b360c966dc9f991054e94 (diff)
downloadqxmpp-7a1e3767bbb7e635c0443dda09c6189ca83383c5.tar.gz
suppress warning in release build for all the files
Diffstat (limited to 'examples/GuiClient/chatDialog.cpp')
-rw-r--r--examples/GuiClient/chatDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp
index 5df867f4..8602b77a 100644
--- a/examples/GuiClient/chatDialog.cpp
+++ b/examples/GuiClient/chatDialog.cpp
@@ -49,6 +49,7 @@ chatDialog::chatDialog(QWidget *parent): QDialog(parent, Qt::Window),
ui->verticalLayout->insertWidget(0, m_view);
bool check = connect(m_pushButtonSend, SIGNAL(clicked(bool)), SLOT(sendMessage()));
Q_ASSERT(check);
+ Q_UNUSED(check);
updateSendButtonGeomerty();
}