From 7a1e3767bbb7e635c0443dda09c6189ca83383c5 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 12 Oct 2010 14:40:39 +0000 Subject: suppress warning in release build for all the files --- examples/GuiClient/chatDialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/GuiClient/chatDialog.cpp') 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(); } -- cgit v1.2.3