Added games installer and now its amazing
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -27,6 +27,9 @@ static QWidget *makeGamesTab(WebSocketController *ctrl, QWidget *parent)
|
||||
{
|
||||
auto *panel = new GamesPanel(parent);
|
||||
ctrl->setGamesPanel(panel);
|
||||
// Route GAM add commands back through the controller
|
||||
QObject::connect(panel, &GamesPanel::commandRequested,
|
||||
ctrl, &WebSocketController::sendCommand);
|
||||
return panel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user