mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
refactoring
This commit is contained in:
@@ -13,7 +13,7 @@ ExternalExecuter::~ExternalExecuter()
|
||||
|
||||
}
|
||||
|
||||
void ExternalExecuter::CallApp()
|
||||
void ExternalExecuter::callApp()
|
||||
{
|
||||
QProcess *myProcess = new QProcess(this);
|
||||
QStringList args;
|
||||
@@ -24,7 +24,7 @@ void ExternalExecuter::CallApp()
|
||||
QCoreApplication::exit();
|
||||
}
|
||||
|
||||
bool ExternalExecuter::FindApp()
|
||||
bool ExternalExecuter::findApp()
|
||||
{
|
||||
QString localPath = QDir::currentPath() + "/Application";
|
||||
QDirIterator iterator(localPath,QDirIterator::Subdirectories);
|
||||
|
||||
Reference in New Issue
Block a user