feat: before threading

This commit is contained in:
semenov
2024-08-19 11:57:33 +03:00
parent 6878eb0697
commit ea18836923
48 changed files with 722 additions and 562 deletions

View File

@@ -15,7 +15,7 @@ class ExternalExecuter : public QObject
public:
ExternalExecuter();
void CallApp();
void FindApp();
bool FindApp();
~ExternalExecuter();
private: