mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Fix repeaded call to QQuickStyle::setStyle.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
a74812b60a
commit
2ed21d0ea6
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue