aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2023-12-06 13:02:09 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2023-12-07 11:05:12 +0000
commita4a27b8931da65f90623e786103341577a5f899b (patch)
treec3e6a45d0abd29e3ddbc5c373dbb7bee819c9a4a /src/plugins/scxmleditor
parenta737ddd931330fc4b1c3718ca238692b68db3c5f (diff)
Utils: Fix function name case StyleHelper::Uifont -> uifont
Oopsie. Change-Id: I66c4b56f43c50e3dfc5c17ffd95d778d496b77f2 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/common/dragshapebutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/dragshapebutton.cpp b/src/plugins/scxmleditor/common/dragshapebutton.cpp
index 4a4f0ae86ce..b15cd748b27 100644
--- a/src/plugins/scxmleditor/common/dragshapebutton.cpp
+++ b/src/plugins/scxmleditor/common/dragshapebutton.cpp
@@ -20,7 +20,7 @@ DragShapeButton::DragShapeButton(QWidget *parent)
setMinimumSize(75, 75);
setMaximumSize(75, 75);
setIconSize(QSize(45, 45));
- setFont(Utils::StyleHelper::UiFont(Utils::StyleHelper::UiElementCaption));
+ setFont(Utils::StyleHelper::uiFont(Utils::StyleHelper::UiElementCaption));
}
void DragShapeButton::setShapeInfo(int groupIndex, int shapeIndex)