diff -r 607cc97c6047 -r fc383c0181e8 vtuis/lcvtindicatorplugin/tsrc/ut_lcvtindicatorplugin/stubs/qprocess.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vtuis/lcvtindicatorplugin/tsrc/ut_lcvtindicatorplugin/stubs/qprocess.h Mon Aug 23 15:49:33 2010 +0300 @@ -0,0 +1,12 @@ + +#ifndef QPROCESS_H +#define QPROCESS_H + +class QProcess +{ +public: + static bool startDetached(const QString &program){ QProcess::isRunning = true; } ; + static bool isRunning; +}; + +#endif // QPROCESS_H \ No newline at end of file