src/thread/jobexecute.h

Go to the documentation of this file.
00001 #ifndef JOBEXECUTE_H
00002 #define JOBEXECUTE_H
00003 
00011 #include<QThread>
00012 #include<QStringList>
00013 
00014 #include "../ssh/myssh.hpp"
00015 
00016 
00022 class JobExecute : public QThread
00023 {
00024     Q_OBJECT
00025 
00026     private :
00027         QString _text;
00028         Myssh * _ssh;
00029     public:
00030         JobExecute(QString, Myssh*);
00031         void run ();
00032     signals:
00037         void jobSent(QStringList);
00038 };
00039 
00040 #endif // JOBEXECUTE_H

Generated on Mon Mar 16 18:46:05 2009 for QCJM by  doxygen 1.5.4