Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KCharSelect
Commits
c172daf3
Commit
c172daf3
authored
Dec 22, 2021
by
Laurent Montel
Browse files
It will be unused in qt6
parent
d26aa6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cc
View file @
c172daf3
...
...
@@ -22,6 +22,7 @@ int main(int argc, char **argv)
KLocalizedString
::
setApplicationDomain
(
"kcharselect"
);
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
/**
* enable high dpi support
*/
...
...
@@ -31,6 +32,7 @@ int main(int argc, char **argv)
migrate
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"kcharselectrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QStringLiteral
(
"kcharselectui.rc"
));
migrate
.
migrate
();
#endif
KAboutData
aboutData
(
QStringLiteral
(
"kcharselect"
),
i18n
(
"KCharSelect"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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