remove zbar dependency
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user