diff --git a/mainwindow.h b/mainwindow.h index d276184..71804b6 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -32,6 +32,10 @@ private slots: void on_actionNouvelle_fiche_triggered(); void on_actionSauvegarder_triggered(); + void on_actionEnregistrer_sous_triggered(); + + void on_actionFermer_triggered(); + private: Ui::MainWindow *ui;