Skip to content
Commit 5aa79cb8 authored by AceLan Kao's avatar AceLan Kao
Browse files

RDP: replace the non-supported signal



The following 2 signals are not available in Qt5,
   QObject::connect: No such signal QWindow::clientClosed()
   QObject::connect: No such signal QWindow::clientIsEmbedded()
replace them by QProcess::finished() and QProcess::started()

Signed-off-by: default avatarAceLan Kao <acelan@acelan.idv.tw>
parent 2e664364
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment