vtuis/lcvtindicatorplugin/tsrc/ut_lcvtindicatorplugin/stubs/qprocess.h
branchRCL_3
changeset 35 779871d1e4f4
parent 34 f15ac8e65a02
child 37 590f6f022902
equal deleted inserted replaced
34:f15ac8e65a02 35:779871d1e4f4
     1 
       
     2 #ifndef QPROCESS_H
       
     3 #define QPROCESS_H
       
     4 
       
     5 class QProcess
       
     6 {    
       
     7 public:
       
     8     static bool startDetached(const QString &program){ QProcess::isRunning = true; } ;
       
     9     static bool isRunning;
       
    10 };
       
    11 
       
    12 #endif // QPROCESS_H