Add missing names for parameter variables
This commit is contained in:
@@ -209,7 +209,9 @@ void SettingsDialog::showEvent(QShowEvent *e) {
|
||||
|
||||
}
|
||||
|
||||
void SettingsDialog::closeEvent(QCloseEvent*) {
|
||||
void SettingsDialog::closeEvent(QCloseEvent *e) {
|
||||
|
||||
Q_UNUSED(e)
|
||||
|
||||
SaveGeometry();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user