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
KEditBookmarks
Commits
ae988d9e
Commit
ae988d9e
authored
Jan 18, 2022
by
Laurent Montel
Browse files
It's removed in qt6
parent
a087de28
Pipeline
#148508
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
ae988d9e
...
...
@@ -32,7 +32,9 @@
#include
<QCommandLineParser>
#include
<KAboutData>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include
<Kdelibs4ConfigMigrator>
#endif
#include
<KMessageBox>
#include
<KWindowSystem>
...
...
@@ -98,11 +100,11 @@ int main(int argc, char **argv)
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
// enable high dpi support
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
#endif
Kdelibs4ConfigMigrator
migrate
(
QStringLiteral
(
"keditbookmarks"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"keditbookmarksrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QStringLiteral
(
"keditbookmarksuirc"
));
migrate
.
migrate
();
#endif
KLocalizedString
::
setApplicationDomain
(
"keditbookmarks"
);
...
...
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