refactor interface

This commit is contained in:
2020-05-26 18:09:22 +02:00
parent c4e2ec96dd
commit 90a76301f2
14 changed files with 42 additions and 63 deletions

View File

@@ -13,6 +13,8 @@ private:
session_manager *sesion;
void load_info();
std::string get_first(std::string &info);
void on_button_clicked();
void add_controlers();
};
#endif // CONTROLLER_INFO_H