Update sip

This commit is contained in:
Nyall Dawson 2017-07-07 08:54:00 +10:00
parent 014b0400da
commit 603168e8fa

View File

@ -151,6 +151,10 @@ Emitted when a current layer is changed
virtual void keyPressEvent( QKeyEvent *event );
virtual void dropEvent( QDropEvent *event );
protected slots:
void modelRowsInserted( const QModelIndex &index, int start, int end );