mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix some warnings
This commit is contained in:
parent
c3f1636aee
commit
193fef46df
@ -107,7 +107,7 @@ void AboutDialog::on_checkForUpdatesButton_clicked()
|
||||
waitDialog.exec();
|
||||
}
|
||||
|
||||
void AboutDialog::on_updatesCheckBox_stateChanged(int state)
|
||||
void AboutDialog::on_updatesCheckBox_stateChanged(int)
|
||||
{
|
||||
Config()->setAutoUpdateEnabled(!Config()->getAutoUpdateEnabled());
|
||||
}
|
||||
|
@ -99,7 +99,7 @@ void WelcomeDialog::on_continueButton_clicked()
|
||||
accept();
|
||||
}
|
||||
|
||||
void WelcomeDialog::on_updatesCheckBox_stateChanged(int state)
|
||||
void WelcomeDialog::on_updatesCheckBox_stateChanged(int)
|
||||
{
|
||||
Config()->setAutoUpdateEnabled(!Config()->getAutoUpdateEnabled());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user