add build dialog
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "view_install.h"
|
||||
#include "conexion.h"
|
||||
#include "session_manager.h"
|
||||
#include "controller_info.h"
|
||||
|
||||
class controller_install
|
||||
{
|
||||
public:
|
||||
@@ -11,11 +13,13 @@ public:
|
||||
* View controler that send a name package to build
|
||||
* @param view View to controle
|
||||
* @param sesion Model to have the funcionality
|
||||
* @param cont Window that contains these view
|
||||
*/
|
||||
controller_install(view_install* view, session_manager* sesion);
|
||||
controller_install(view_install* view, session_manager* sesion, controller_info* con);
|
||||
private:
|
||||
view_install *vis;
|
||||
session_manager *sesi;
|
||||
controller_info *con;
|
||||
/**
|
||||
* @brief add_controlers
|
||||
* Add controlers to the bottons
|
||||
|
||||
Reference in New Issue
Block a user