Fikset bug #9
This commit is contained in:
parent
355d73ca45
commit
90d22564ae
|
|
@ -13,6 +13,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||||
prosjekter = false;
|
prosjekter = false;
|
||||||
utlop = false;
|
utlop = false;
|
||||||
oppdaterUI();
|
oppdaterUI();
|
||||||
|
filLagret = true;
|
||||||
|
|
||||||
innstillingDlg = new InnstillingDialog(this);
|
innstillingDlg = new InnstillingDialog(this);
|
||||||
connect(innstillingDlg, SIGNAL(rejected()), this, SLOT(barnDialogLukket()));
|
connect(innstillingDlg, SIGNAL(rejected()), this, SLOT(barnDialogLukket()));
|
||||||
|
|
@ -283,7 +284,7 @@ void MainWindow::closeEvent(QCloseEvent *event) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void MainWindow::on_action_Avslutt_triggered() {
|
void MainWindow::on_action_Avslutt_triggered() {
|
||||||
QApplication::quit();
|
this->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* on_commandCustomers_clicked():
|
/* on_commandCustomers_clicked():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user