mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
Reduce warnings about extra ;
- Trailing ; after Q_UNUSED - Trailing ; after CALAMARES_RETRANSLATE
This commit is contained in:
parent
c83395ff6d
commit
cef2f50510
18 changed files with 29 additions and 30 deletions
|
@ -32,7 +32,7 @@ KeyboardLayoutModel::KeyboardLayoutModel( QObject* parent )
|
|||
int
|
||||
KeyboardLayoutModel::rowCount( const QModelIndex& parent ) const
|
||||
{
|
||||
Q_UNUSED( parent );
|
||||
Q_UNUSED( parent )
|
||||
return m_layouts.count();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue