remove zbar dependency

This commit is contained in:
2025-05-23 22:58:14 +03:00
parent 84261d20e5
commit ac355b7d9e
6 changed files with 44 additions and 37 deletions

View File

@@ -22,7 +22,6 @@ public:
Qt::ItemFlags flags(const QModelIndex &index) const override;
Qt::DropActions supportedDropActions() const override;
// bool insertRow(int row, int count, const QModelIndex &parent = QModelIndex());
bool insertRows(int position, int rows, const QModelIndex &index = QModelIndex()) override;
bool removeRows(int position, int rows, const QModelIndex &index = QModelIndex()) override;