add build dialog
This commit is contained in:
@@ -14,14 +14,14 @@ public:
|
||||
* @param sesion Model to have the funcionality
|
||||
*/
|
||||
controller_info(view_info *view, session_manager *sesion);
|
||||
private:
|
||||
view_info *view;
|
||||
session_manager *sesion;
|
||||
/**
|
||||
* @brief load_info
|
||||
* Load the info in the table
|
||||
*/
|
||||
void load_info();
|
||||
private:
|
||||
view_info *view;
|
||||
session_manager *sesion;
|
||||
/**
|
||||
* @brief get_first
|
||||
* Get the firs string until the special character ":"
|
||||
|
||||
Reference in New Issue
Block a user