aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/chatDialog.cpp
diff options
context:
space:
mode:
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();
}