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
PIM
KOrganizer
Commits
3c2ee9ea
Commit
3c2ee9ea
authored
Mar 12, 2016
by
Laurent Montel
😁
Browse files
Add AA_EnableHighDpiScaling
parent
b8f949d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
3c2ee9ea
...
...
@@ -36,6 +36,9 @@ int main(int argc, char **argv)
{
KOrganizerApp
app
(
argc
,
&
argv
);
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
#if QT_VERSION >= 0x050600
app
.
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
);
#endif
KLocalizedString
::
setApplicationDomain
(
"korganizer"
);
KOrgMigrateApplication
migrate
;
migrate
.
migrate
();
...
...
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