diff options
-rw-r--r-- | qt-ui/templateedit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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: + ; } } |