mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[netinstall] Warnings--, unused parameter
This commit is contained in:
parent
3df0878e43
commit
bfe45aea18
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ PackageModel::rowCount( const QModelIndex& parent ) const
|
|||
}
|
||||
|
||||
int
|
||||
PackageModel::columnCount( const QModelIndex& parent ) const
|
||||
PackageModel::columnCount( const QModelIndex& ) const
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue