Remember previous downloads after restarts

Fixes #636
This commit is contained in:
Tobias Fella
2024-04-14 21:21:39 +02:00
parent 3b39fcff84
commit 89f7167b08
2 changed files with 62 additions and 19 deletions

View File

@@ -6,6 +6,8 @@
#include <QAbstractListModel>
#include <QQmlEngine>
#include <Quotient/room.h>
#include "enums/messagecomponenttype.h"
#include "eventhandler.h"
#include "itinerarymodel.h"
@@ -99,4 +101,6 @@ private:
void updateLinkPreviewer();
void updateItineraryModel();
bool m_emptyItinerary = false;
Quotient::FileTransferInfo fileInfo() const;
};