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
bb9f77d9
Commit
bb9f77d9
authored
Aug 16, 2020
by
Matej Mrenica
Browse files
Add set attribute "AA_UseHighDpiPixmaps"
parent
614cf27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
bb9f77d9
...
...
@@ -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"
),
...
...
Matej Mrenica
@matejm
mentioned in commit
b696cd17
·
Aug 18, 2020
mentioned in commit
b696cd17
mentioned in commit b696cd17fc30d8bb8f86c233d41c0b2b3f2e59e3
Toggle commit list
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