aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/segmentproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmleasing/segmentproperties.cpp')
-rw-r--r--tools/qmleasing/segmentproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmleasing/segmentproperties.cpp b/tools/qmleasing/segmentproperties.cpp
index cfc10b7f54..cf49b2488c 100644
--- a/tools/qmleasing/segmentproperties.cpp
+++ b/tools/qmleasing/segmentproperties.cpp
@@ -103,7 +103,7 @@ void SegmentProperties::invalidate()
{
m_blockSignals = true;
- m_ui_pane_p.label->setText(QLatin1String("p") + QString::number(m_segment));
+ m_ui_pane_p.label->setText(QLatin1Char('p') + QString::number(m_segment));
m_ui_pane_p.smooth->setChecked(m_smooth);
m_ui_pane_p.smooth->parentWidget()->setEnabled(!m_last);