This commit is contained in:
朱子楚\zhuzi
2024-05-11 21:45:45 +08:00
parent 4997b991db
commit 6b941697b0
8 changed files with 116 additions and 109 deletions

View File

@ -28,10 +28,6 @@ public:
[[nodiscard]] QHash<int, QByteArray> roleNames() const override;
[[nodiscard]] QModelIndex parent(const QModelIndex &child) const override;
[[nodiscard]] QModelIndex index(int row, int column, const QModelIndex &parent = {}) const override;
Q_INVOKABLE void clear();
Q_INVOKABLE QVariant getRow(int rowIndex);