NOISSUE fix crash caused by missing instance view layout updates

Layout wasn't updated in some cases while deleting instances.
This commit is contained in:
Petr Mrázek
2016-12-19 00:34:03 +01:00
parent 03d2858c62
commit 92bb001787
3 changed files with 22 additions and 22 deletions

View File

@ -60,6 +60,7 @@ protected slots:
virtual void rowsInserted(const QModelIndex &parent, int start, int end) override;
virtual void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) override;
void modelReset();
void rowsRemoved();
protected:
virtual bool isIndexHidden(const QModelIndex &index) const override;