22 #ifndef UTILS_PROCESS_H
23 #define UTILS_PROCESS_H
28 const std::string &name,
29 const std::string &arg1,
30 const std::string &arg2,
33 bool execFile(
const std::string &pathName,
34 const std::string &name,
35 const std::string &arg1,
36 const std::string &arg2);
bool url(InputEvent &event)
void setPriority(const bool big)
int execFileWait(const std::string &pathName, const std::string &name, const std::string &arg1, const std::string &arg2, int waitTime)
bool openBrowser(std::string url)
bool execFile(const std::string &pathName, const std::string &name, const std::string &arg1, const std::string &arg2)