HxUtils/HxProcess.h

20 lines
272 B
C
Raw Normal View History

2024-01-11 16:14:21 +08:00
#ifndef HXPROCESS_H
#define HXPROCESS_H
#include <QProcess>
#include <HxTrace.h>
class HxProcess
{
public:
/**
* @brief
* @param command
* @return
*/
static QString start(QString command);
};
#endif // HXPROCESS_H