diff options
Diffstat (limited to 'examples/GuiClient/customLabel.cpp')
| -rw-r--r-- | examples/GuiClient/customLabel.cpp | 1 |
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, |
