summaryrefslogtreecommitdiff
path: root/src/designer/src/components/formeditor/qmdiarea_container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/formeditor/qmdiarea_container.cpp')
-rw-r--r--src/designer/src/components/formeditor/qmdiarea_container.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/designer/src/components/formeditor/qmdiarea_container.cpp b/src/designer/src/components/formeditor/qmdiarea_container.cpp
index 617b78057..9400d57d6 100644
--- a/src/designer/src/components/formeditor/qmdiarea_container.cpp
+++ b/src/designer/src/components/formeditor/qmdiarea_container.cpp
@@ -14,6 +14,8 @@
QT_BEGIN_NAMESPACE
+using namespace Qt::StringLiterals;
+
namespace qdesigner_internal {
QMdiAreaContainer::QMdiAreaContainer(QMdiArea *widget, QObject *parent)
@@ -109,7 +111,7 @@ static const char *subWindowNameC = "activeSubWindowName";
QMdiAreaPropertySheet::QMdiAreaPropertySheet(QWidget *mdiArea, QObject *parent) :
QDesignerPropertySheet(mdiArea, parent),
- m_windowTitleProperty(QStringLiteral("windowTitle"))
+ m_windowTitleProperty(u"windowTitle"_s)
{
createFakeProperty(QLatin1String(subWindowNameC), QString());
createFakeProperty(QLatin1String(subWindowTitleC), QString());