summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/qdesigner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/designer/qdesigner.cpp')
-rw-r--r--src/designer/src/designer/qdesigner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/designer/qdesigner.cpp b/src/designer/src/designer/qdesigner.cpp
index ea3780af1..bbd1451f0 100644
--- a/src/designer/src/designer/qdesigner.cpp
+++ b/src/designer/src/designer/qdesigner.cpp
@@ -160,7 +160,7 @@ static void showHelp(QCommandLineParser &parser, const QString &errorMessage = Q
struct Options
{
QStringList files;
- QString resourceDir{QLibraryInfo::location(QLibraryInfo::TranslationsPath)};
+ QString resourceDir{QLibraryInfo::path(QLibraryInfo::TranslationsPath)};
bool server{false};
quint16 clientPort{0};
bool enableInternalDynamicProperties{false};