mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:04:58 +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) {
|
[=](int exitCode, QProcess::ExitStatus exitStatus) {
|
||||||
qDebug() << "ZRF QProcess::finished. `exitCode`:" << exitCode << "`exitStatus`:" << exitStatus;
|
qDebug() << "ZRF QProcess::finished. `exitCode`:" << exitCode << "`exitStatus`:" << exitStatus;
|
||||||
emit screenshareStopped();
|
emit screenshareStopped();
|
||||||
|
stopScreenshare();
|
||||||
});
|
});
|
||||||
|
|
||||||
_screenshareProcess->start(SCREENSHARE_EXE_PATH, arguments);
|
_screenshareProcess->start(SCREENSHARE_EXE_PATH, arguments);
|
||||||
|
|
Loading…
Reference in a new issue