NOISSUE Add basic accessibility support to GroupView

This commit is contained in:
Petr Mrázek
2019-07-21 21:12:05 +02:00
parent 3b32730526
commit d6c6653872
11 changed files with 934 additions and 2 deletions

View File

@ -76,6 +76,7 @@ protected slots:
virtual void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) override;
void modelReset();
void rowsRemoved();
void currentChanged(const QModelIndex &current, const QModelIndex &previous) override;
signals:
void droppedURLs(QList<QUrl> urls);