Items can be saved to JSON file "items.json" (in standard location).
This commit is contained in:
@ -25,6 +25,8 @@ class GenericCore : public QObject {
|
||||
QUndoStack* getModelUndoStack() const;
|
||||
std::shared_ptr<TableModel> getModel() const;
|
||||
|
||||
void saveItems();
|
||||
|
||||
signals:
|
||||
void displayStatusMessage(QString message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user