mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 06:04:42 +02:00
Call stopScreenshare when screenshare app closed
This commit is contained in:
parent
9ebe7067c5
commit
50a1ebaa4d
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ void ScreenshareScriptingInterface::handleSuccessfulScreenshareInfoGet(QNetworkR
|
|||
[=](int exitCode, QProcess::ExitStatus exitStatus) {
|
||||
qDebug() << "ZRF QProcess::finished. `exitCode`:" << exitCode << "`exitStatus`:" << exitStatus;
|
||||
emit screenshareStopped();
|
||||
stopScreenshare();
|
||||
});
|
||||
|
||||
_screenshareProcess->start(SCREENSHARE_EXE_PATH, arguments);
|
||||
|
|
Loading…
Reference in a new issue