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
Multimedia
Kamoso
Commits
b696cd17
Commit
b696cd17
authored
Aug 16, 2020
by
Matej Mrenica
Committed by
Nate Graham
Aug 18, 2020
Browse files
Add set attribute "AA_UseHighDpiPixmaps"
(cherry picked from commit
bb9f77d9
)
parent
d5667a33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
b696cd17
...
...
@@ -29,6 +29,7 @@
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
KLocalizedString
::
setApplicationDomain
(
"kamoso"
);
{
KAboutData
about
(
"kamoso"
,
i18n
(
"Kamoso"
),
KAMOSO_VERSION_STRING
,
i18n
(
"Utility for taking photos and videos using a webcam"
),
...
...
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