src/thread/sshexecutethread.h

Go to the documentation of this file.
00001 #ifndef SSHEXECUTETHREAD_H
00002 #define SSHEXECUTETHREAD_H
00003 
00010 #include <QThread>
00011 
00012 #include "../ssh/myssh.hpp"
00013 
00018 class SSHExecuteThread : public QThread
00019 {
00020     Q_OBJECT
00021 
00022     Myssh * _ssh;
00023     QString _cmd;
00024 public:
00025     SSHExecuteThread(Myssh*, QString cmd);
00026     void run ();
00027 signals:
00033     void cmdSent(QStringList outerrcmd);
00034 };
00035 
00036 #endif // SSHEXECUTETHREAD_H

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