Add moveToThread support

This commit is contained in:
Vitaly Petrov
2019-09-12 19:39:17 +03:00
parent 5d38f3b453
commit f22e91b9ed
7 changed files with 20 additions and 0 deletions
+5
View File
@@ -306,3 +306,8 @@ bool ConPtyProcess::isAvailable()
return false;
return m_winContext.init();
}
void ConPtyProcess::moveToThread(QThread *targetThread)
{
//nothing for now...
}