mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -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
|
@ -540,7 +540,7 @@ void
|
|||
ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
||||
const QModelIndex& previous )
|
||||
{
|
||||
Q_UNUSED( previous );
|
||||
Q_UNUSED( previous )
|
||||
if ( !current.isValid() )
|
||||
return;
|
||||
|
||||
|
@ -718,7 +718,7 @@ void
|
|||
ChoicePage::onPartitionToReplaceSelected( const QModelIndex& current,
|
||||
const QModelIndex& previous )
|
||||
{
|
||||
Q_UNUSED( previous );
|
||||
Q_UNUSED( previous )
|
||||
if ( !current.isValid() )
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue