Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-02-03 12:42:36 +0300
committerHannah von Reth <vonreth@kde.org>2022-02-04 11:56:29 +0300
commit601fc81ba93714ff32b2e5f7699554dbb086cceb (patch)
tree6250af333ce1e1af486c3293b3a87de446782888 /changelog
parent004f3a2bbebf00d0d32b7e4eec777c50c1b9ecb3 (diff)
Move the creation of the icon to the main thread to prevent crash
We also ensure that qApp is completely set up when we create the icon.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/94175
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/9417 b/changelog/9417
new file mode 100644
index 000000000..61aa80d65
--- /dev/null
+++ b/changelog/9417
@@ -0,0 +1,5 @@
+Bugfix: Fix possible crash
+
+We change the initialisation of a Windows icon to prevent a possible crash.
+
+https://github.com/owncloud/client/issues/9417