Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
2bf998b7
Commit
2bf998b7
authored
Dec 28, 2015
by
Gavin Bisesi
Browse files
Merge pull request #1728 from Cockatrice/leematos-hidpi-support
Enable HiDpiPixmaps for Qt5
parents
c917a6c2
8a6d6326
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
2bf998b7
...
...
@@ -215,7 +215,9 @@ int main(int argc, char *argv[])
ui
.
show
();
qDebug
(
"main(): ui.show() finished"
);
#if QT_VERSION > 0x050000
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
#endif
app
.
exec
();
}
...
...
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