diff --git a/genericcore.h b/genericcore.h index 4bf30ea..4fce2eb 100644 --- a/genericcore.h +++ b/genericcore.h @@ -29,7 +29,6 @@ class GenericCore : public QObject { std::shared_ptr getModel() const; std::shared_ptr getSortFilterModel() const; - void saveItems(); void importCSVFile(const QString& filePath); bool exportCSVFile(const QString& filePath); @@ -38,6 +37,8 @@ class GenericCore : public QObject { bool isSyncServerSetup() const; public slots: + void saveItems(); + void onSendItemTriggered(const QByteArray& jsonData); void onItemsFetched(const QByteArray jsonData); void onItemsFetchFailure(const QString errorString);