a working multi delete in libraries
This commit is contained in:
parent
8eeb3b5151
commit
6c33e52ea3
10 changed files with 51 additions and 14 deletions
|
|
@ -69,6 +69,7 @@ public:
|
|||
public slots:
|
||||
Q_INVOKABLE QVariantMap getPresentation(const int &row);
|
||||
Q_INVOKABLE void deletePresentation(const int &row);
|
||||
Q_INVOKABLE void deletePresentations(const QVector<int> &row);
|
||||
|
||||
private:
|
||||
PresentationSqlModel *m_presentationModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue