Implement focus-shifting on Windows and waiting status
This commit is contained in:
@@ -807,6 +807,9 @@ main(int argc, char *argv[])
|
||||
});
|
||||
QObject::connect(main_window, &MainWindow::vmmRunningStateChanged, &manager_socket, &VMManagerClientSocket::clientRunningStateChanged);
|
||||
main_window->installEventFilter(&manager_socket);
|
||||
|
||||
main_window->show();
|
||||
manager_socket.sendWinIdMessage(main_window->winId());
|
||||
}
|
||||
|
||||
// pc_reset_hard_init();
|
||||
|
||||
Reference in New Issue
Block a user