Skip to content

Commit

Permalink
Add default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 27, 2019
1 parent f3276de commit 720721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsrecentprojectsitemsmodel.h
Expand Up @@ -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;

Expand Down

0 comments on commit 720721a

Please sign in to comment.