forked from qt-creator/qt-creator
Android: Simplify return statements
Change-Id: I100b16a1fd74c4528f61f681bbeb5cdb4adddee5 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -43,7 +43,7 @@ QModelIndex AndroidExtraLibraryListModel::index(int row, int column, const QMode
|
||||
|
||||
QModelIndex AndroidExtraLibraryListModel::parent(const QModelIndex &) const
|
||||
{
|
||||
return QModelIndex();
|
||||
return {};
|
||||
}
|
||||
|
||||
int AndroidExtraLibraryListModel::rowCount(const QModelIndex &) const
|
||||
|
||||
Reference in New Issue
Block a user