Android service wireguard build
This commit is contained in:
parent
133a3e67d2
commit
bac7b3ab37
6 changed files with 24 additions and 8 deletions
|
|
@ -74,7 +74,7 @@ void OtherProtocolsLogic::onPushButtonSftpMountDriveClicked()
|
|||
|
||||
set_pushButtonSftpMountEnabled(false);
|
||||
QProcess *p = new QProcess;
|
||||
m_sftpMpuntProcesses.append(p);
|
||||
m_sftpMountProcesses.append(p);
|
||||
p->setProcessChannelMode(QProcess::MergedChannels);
|
||||
|
||||
connect(p, &QProcess::readyRead, this, [this, p, letter](){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue