ref: link argument

This commit is contained in:
semenov
2025-08-13 10:22:14 +03:00
parent 303576b7f9
commit 05e09792d7
27 changed files with 111 additions and 137 deletions

View File

@@ -1,9 +1,5 @@
#include "externalexecuter.h"
ExternalExecuter::ExternalExecuter() {}
ExternalExecuter::~ExternalExecuter() {}
void ExternalExecuter::callApp()
{
QProcess *myProcess = new QProcess(this);