Reduce warnings about extra ;

- Trailing ; after Q_UNUSED
 - Trailing ; after CALAMARES_RETRANSLATE
This commit is contained in:
Adriaan de Groot 2019-04-17 11:57:46 +02:00
parent c83395ff6d
commit cef2f50510
18 changed files with 29 additions and 30 deletions

View file

@ -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();
}