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-14 13:17:35 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-02-14 13:18:01 +0300
commit4e9d05b3ea2be67b73a053927cde2f02045ec5bc (patch)
tree7192123378a3aa8b8c0ea96cade592dd0daf9ad6 /src/gui/guiutility.h
parenteed2730d8896f60601319b2380c117b3d7637094 (diff)
Fix merge
Diffstat (limited to 'src/gui/guiutility.h')
-rw-r--r--src/gui/guiutility.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/guiutility.h b/src/gui/guiutility.h
index b7bdee533..f26f694a7 100644
--- a/src/gui/guiutility.h
+++ b/src/gui/guiutility.h
@@ -61,6 +61,11 @@ namespace Utility {
QString socketApiSocketPath();
+#ifdef Q_OS_WIN
+ // utility thread that takes care of proper Windows logout handling
+ void startShutdownWatcher();
+#endif
+
} // namespace Utility
} // namespace OCC