Move saving chats to a thread and display what we're doing to the user.

This commit is contained in:
Adam Treat
2023-06-20 17:14:11 -04:00
parent c8a590bc6f
commit 968868415e
5 changed files with 75 additions and 15 deletions

View File

@@ -34,9 +34,6 @@ Q_SIGNALS:
void serverEnabledChanged();
void compatHardwareChanged();
private Q_SLOTS:
void aboutToQuit();
private:
ChatListModel *m_chatListModel;
int32_t m_threadCount;