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
8a6d6326
Commit
8a6d6326
authored
Dec 28, 2015
by
Lee Matos
Committed by
Gavin Bisesi
Dec 28, 2015
Browse files
Enable HiDpiPixmaps for Qt5
parent
c917a6c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
8a6d6326
...
@@ -215,7 +215,9 @@ int main(int argc, char *argv[])
...
@@ -215,7 +215,9 @@ int main(int argc, char *argv[])
ui
.
show
();
ui
.
show
();
qDebug
(
"main(): ui.show() finished"
);
qDebug
(
"main(): ui.show() finished"
);
#if QT_VERSION > 0x050000
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
#endif
app
.
exec
();
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