Working with file dialog, yay ! :D

This commit is contained in:
Pcornat 2022-01-20 22:30:14 +01:00
parent 1266628646
commit 546c935cf2
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
8 changed files with 25 additions and 31 deletions

View file

@ -21,7 +21,9 @@ public:
~Controller() noexcept = default;
void control() noexcept;
void control_menu() const noexcept;
void control_sheet()const noexcept;
};