refactoring for proxy models

This commit is contained in:
Chris Cochrun 2023-02-17 13:12:55 -06:00
parent 3b35424a0c
commit 85318706fc
6 changed files with 68 additions and 57 deletions

View file

@ -72,7 +72,8 @@ class VideoProxyModel : public QSortFilterProxyModel
public:
explicit VideoProxyModel(QObject *parent = nullptr);
public slots:
Q_INVOKABLE QVariantMap getVideo(const int &row);
};
#endif //VIDEOSQLMODEL_H