Fix build: synchronize Request API, fix GmailSynchronizer, and migrate UI to Qt6 Widgets

This commit is contained in:
2026-06-17 22:44:27 +02:00
parent dcb7c52269
commit 0e9f620fe0
348 changed files with 118736 additions and 1207 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
private:
QVector<MailItem> m_emails;
int m_folderId{-1}; // -1 means all folders
MailItemDao& m_mailItemDao;
// REMOVED: MailItemDao& m_mailItemDao; // Methods are static, no instance needed
};
#endif // EMAILLISTMODEL_H