aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/statusTextWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/statusTextWidget.cpp')
-rw-r--r--examples/GuiClient/statusTextWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/statusTextWidget.cpp b/examples/GuiClient/statusTextWidget.cpp
index c0e3fe0c..3853aa16 100644
--- a/examples/GuiClient/statusTextWidget.cpp
+++ b/examples/GuiClient/statusTextWidget.cpp
@@ -81,7 +81,7 @@ statusTextWidget::statusTextWidget(QWidget* parent) : QWidget(parent),
bool check = connect(m_statusButton, SIGNAL(clicked(bool)), SLOT(showMenu()));
Q_ASSERT(check);
- check = connect(m_statusLineEdit, SIGNAL(textChanged(const QString&)), SLOT(textChanged()));
+ check = connect(m_statusLineEdit, SIGNAL(textChanged(QString)), SLOT(textChanged()));
Q_ASSERT(check);
check = connect(m_statusLineEdit, SIGNAL(editingFinished()), SLOT(statusTextChanged_helper()));
Q_ASSERT(check);