projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb17a4b
)
Fix repeaded call to QQuickStyle::setStyle.
author
Camila Ayres
<hello@camilasan.com>
Wed, 28 Aug 2024 15:01:11 +0000
(17:01 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000
(10:42 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/main.cpp
patch
|
blob
|
history
diff --git
a/src/gui/main.cpp
b/src/gui/main.cpp
index 8fcb28fe416458971d5224b27b4bbc3ae12592fa..2e7649fe6d78ee2b098bcb62465f9d1cfe34f4c8 100644
(file)
--- a/
src/gui/main.cpp
+++ b/
src/gui/main.cpp
@@
-84,9
+84,6
@@
int main(int argc, char **argv)
OCC::Application app(argc, argv);
-
- QQuickStyle::setStyle(style);
-
#ifndef Q_OS_WIN
signal(SIGPIPE, SIG_IGN);
#endif