mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Fix for VNC Viewer dialog
This commit is contained in:
parent
d512a3a259
commit
e6b8ac5e5b
1 changed files with 1 additions and 0 deletions
1
apps.cpp
1
apps.cpp
|
@ -122,6 +122,7 @@ void apps::on_vncLaunchBtn_clicked()
|
|||
generalDialogWindow = new generalDialog();
|
||||
generalDialogWindow->setAttribute(Qt::WA_DeleteOnClose);
|
||||
connect(generalDialogWindow, SIGNAL(refreshScreen()), SLOT(refreshScreenNative()));
|
||||
generalDialogWindow->show();
|
||||
}
|
||||
|
||||
void apps::refreshScreenNative() {
|
||||
|
|
Loading…
Reference in a new issue