Added information about packages installed
This commit is contained in:
18
controller_remove.h
Normal file
18
controller_remove.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef CONTROLLER_REMOVE_H
|
||||
#define CONTROLLER_REMOVE_H
|
||||
|
||||
#include "view_remove.h"
|
||||
#include "session_manager.h"
|
||||
|
||||
class controller_remove
|
||||
{
|
||||
public:
|
||||
controller_remove(view_remove *view, session_manager *session);
|
||||
private:
|
||||
view_remove *view;
|
||||
session_manager *session;
|
||||
void add_controlers();
|
||||
void on_button_clicked();
|
||||
};
|
||||
|
||||
#endif // CONTROLLER_REMOVE_H
|
||||
Reference in New Issue
Block a user