Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KOSMIndoorMap
Commits
294be659
Commit
294be659
authored
Dec 23, 2021
by
Laurent Montel
😁
Browse files
Translate title
parent
3163f0be
Pipeline
#113521
passed with stage
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
294be659
...
...
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
#else
QApplication
app
(
argc
,
argv
);
// for native file dialogs
#endif
QGuiApplication
::
setApplicationDisplayName
(
QStringLiteral
(
"KDE OSM Indoor Map"
));
QGuiApplication
::
setApplicationDisplayName
(
i18n
(
"KDE OSM Indoor Map"
));
QGuiApplication
::
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"go-home"
)));
QQmlApplicationEngine
engine
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment