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