Commit 0ba351c9 authored by Fabio Bas's avatar Fabio Bas
Browse files

Add "saved" msgbox

parent 00a5ed0b
......@@ -6,6 +6,7 @@
#include <QHeaderView>
#include <QPushButton>
#include <QItemSelection>
#include <QMessageBox>
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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment