mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix repeaded call to QQuickStyle::setStyle.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
a74812b60a
commit
2ed21d0ea6
@ -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 New Issue
Block a user