Actualizaciones varias: mejoras en cuenta, sincronización, UI
This commit is contained in:
@@ -11,6 +11,7 @@ public:
|
||||
static bool insert(const Folder& folder);
|
||||
static bool update(const Folder& folder);
|
||||
static bool remove(int id);
|
||||
static bool removeByAccountId(int accountId);
|
||||
static std::optional<Folder> findById(int id);
|
||||
static QVector<Folder> findAll();
|
||||
static QVector<Folder> findByAccountId(int accountId);
|
||||
|
||||
Reference in New Issue
Block a user