mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Add default parameter
This commit is contained in:
parent
f3276de49b
commit
720721a3ba
@ -43,7 +43,7 @@ class QgsRecentProjectItemsModel : public QAbstractListModel
|
||||
|
||||
void setRecentProjects( const QList<RecentProjectData> &recentProjects );
|
||||
|
||||
int rowCount( const QModelIndex &parent ) const override;
|
||||
int rowCount( const QModelIndex &parent = QModelIndex() ) const override;
|
||||
QVariant data( const QModelIndex &index, int role ) const override;
|
||||
Qt::ItemFlags flags( const QModelIndex &index ) const override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user