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
KDiskFree
Commits
29b2d9b0
Commit
29b2d9b0
authored
Jan 11, 2022
by
Laurent Montel
Browse files
It's enabled by default in qt6
parent
4ff0880a
Pipeline
#121848
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kdf.cpp
View file @
29b2d9b0
...
...
@@ -48,7 +48,9 @@ void KDFTopLevel::closeEvent(QCloseEvent *event)
int
main
(
int
argc
,
char
**
argv
)
{
//Fixes blurry icons with fractional scaling
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QGuiApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
#endif
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"kdf"
);
...
...
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