diff --git a/cockatrice/src/window_sets.cpp b/cockatrice/src/window_sets.cpp index 15e1f0a3..5fef67a6 100644 --- a/cockatrice/src/window_sets.cpp +++ b/cockatrice/src/window_sets.cpp @@ -6,6 +6,7 @@ #include #include #include +#include WndSets::WndSets(QWidget *parent) : QMainWindow(parent) @@ -85,6 +86,7 @@ WndSets::~WndSets() void WndSets::actSave() { model->save(); + QMessageBox::information(this, tr("Success"), tr("The sets database has been saved successfully.")); } void WndSets::actRestore()