mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 21:09:52 +00:00
Revert "#2912 macos: try waiting for threads ending before quitting"
This reverts commit b9dbf0453d
.
This commit is contained in:
parent
b9dbf0453d
commit
b5ab9e9ff3
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue