Revert "#2912 macos: try waiting for threads ending before quitting"

This reverts commit b9dbf0453d.
This commit is contained in:
Patrizio Bekerle 2025-06-03 21:33:26 +02:00
parent b9dbf0453d
commit b5ab9e9ff3
No known key found for this signature in database
GPG key ID: 75960E6926556207

View file

@ -88,7 +88,6 @@
#include <QTextBlock>
#include <QTextDocumentFragment>
#include <QTextLength>
#include <QThread>
#include <QTimer>
#include <QTreeWidgetItem>
#include <QUuid>
@ -767,9 +766,6 @@ MainWindow::~MainWindow() {
storeUpdatedNotesToDisk();
// Wait for threads exiting
QThread::wait();
// commit the changes in the current note folder to git
// (#1269, may cause an interruption of the shutdown process)
// gitCommitCurrentNoteFolder();