summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen/propertyfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qscreen/propertyfield.cpp')
-rw-r--r--tests/manual/qscreen/propertyfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qscreen/propertyfield.cpp b/tests/manual/qscreen/propertyfield.cpp
index 01f38624d4..a8cf90c9bb 100644
--- a/tests/manual/qscreen/propertyfield.cpp
+++ b/tests/manual/qscreen/propertyfield.cpp
@@ -87,7 +87,7 @@ void PropertyField::propertyChanged()
m_lastChangeTime = QTime::currentTime().addSecs(-5);
}
- qDebug() << " " << QString::fromUtf8(m_prop.name()) << ":" << val;
+ qDebug() << " " << QString::fromUtf8(m_prop.name()) << ':' << val;
// If the value has recently changed, show the change
if (text != m_lastText || m_lastChangeTime.elapsed() < 1000) {
setText(m_lastTextShowing + " -> " + text);