Manager: Update machine configuration on change
(signaled by the VM or upon closing the standalone settings dialog)
This commit is contained in:
@@ -814,6 +814,7 @@ main(int argc, char *argv[])
|
||||
emit main_window->close();
|
||||
});
|
||||
QObject::connect(main_window, &MainWindow::vmmRunningStateChanged, &manager_socket, &VMManagerClientSocket::clientRunningStateChanged);
|
||||
QObject::connect(main_window, &MainWindow::vmmConfigurationChanged, &manager_socket, &VMManagerClientSocket::configurationChanged);
|
||||
main_window->installEventFilter(&manager_socket);
|
||||
|
||||
manager_socket.sendWinIdMessage(main_window->winId());
|
||||
|
||||
Reference in New Issue
Block a user