process.h
changeset 825 1ad892c1a709
parent 429 69a4c16bd85b
     1.1 --- a/process.h	Thu Feb 25 11:03:52 2010 +0000
     1.2 +++ b/process.h	Tue Mar 02 13:59:19 2010 +0000
     1.3 @@ -4,9 +4,6 @@
     1.4  #include <QProcess>
     1.5  #include <QString>
     1.6  
     1.7 -
     1.8 -using namespace std;
     1.9 -
    1.10  class Process:public QProcess
    1.11  {
    1.12  	Q_OBJECT
    1.13 @@ -14,9 +11,9 @@
    1.14      Process ();
    1.15  	~Process ();
    1.16  	void clear();
    1.17 +    void runScript( QString spath, QString fpath );
    1.18  	QString getErrout();
    1.19  	QString getStdout();
    1.20 -	
    1.21  
    1.22  public slots:
    1.23  	virtual void readProcErrout();