fixed broken by me drag'n'drop :)

This commit is contained in:
2025-05-24 16:11:37 +03:00
parent 1507faef6e
commit 896b81c999
2 changed files with 8 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ public:
bool insertRows(int position, int rows, const QModelIndex &index = QModelIndex()) override;
bool removeRows(int position, int rows, const QModelIndex &index = QModelIndex()) override;
// QStringList mimeTypes() const override;
QStringList mimeTypes() const override;
bool canDropMimeData(const QMimeData *, Qt::DropAction, int, int, const QModelIndex&);
QMimeData* mimeData(const QModelIndexList &indexes) const override;
bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override;