diff --git a/qt-ui/templateedit.cpp b/qt-ui/templateedit.cpp index de69f8cc6..6a6328f64 100644 --- a/qt-ui/templateedit.cpp +++ b/qt-ui/templateedit.cpp @@ -141,6 +141,8 @@ void TemplateEdit::on_buttonBox_clicked(QAbstractButton *button) saveSettings(); updatePreview(); break; + default: + ; } }