ProcRun Pile
version 0.0.1
ProcRun pile.
|
Helper class to run a process. More...
#include <procrun.h>
Public Member Functions | |
ProcRun () | |
Default constructor. More... | |
virtual | ~ProcRun () |
Destructor. More... | |
qint64 | runDuration () const |
void | perform (const QStringList &input) |
int | durationInSeconds () |
int | durationInMiliSeconds () |
Helper class to run a process.
Detailed description.
ProcRun::ProcRun | ( | ) |
Default constructor.
Constructor connects the slots to Qt object.
|
virtual |
Destructor.
Destructor.