mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
preferencesdialog.cpp: silence a switch warning
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
80a67b7a27
commit
809f507537
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void PreferencesDialog::buttonClicked(QAbstractButton* btn)
|
|||
case QDialogButtonBox::AcceptRole : applyRequested(true); return;
|
||||
case QDialogButtonBox::RejectRole : cancelRequested(); return;
|
||||
case QDialogButtonBox::ResetRole : defaultsRequested(); return;
|
||||
default: return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue