mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Merge branch 'screenshareElectronApp' of github.com:MiladNazeri/hifi into screenshareElectronApp
This commit is contained in:
commit
9eba9e8483
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void ScreenshareScriptingInterface::stopScreenshare() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (_screenshareProcess->state() != QProcess::NotRunning) {
|
||||
if (_screenshareProcess && _screenshareProcess->state() != QProcess::NotRunning) {
|
||||
_screenshareProcess->terminate();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue