OpenCores
URL https://opencores.org/ocsvn/ezidebug/ezidebug/trunk

Subversion Repositories ezidebug

[/] [ezidebug/] [trunk/] [EziDebug_src/] [updatedetectthread.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef UPDATEDETECTTHREAD_H
#define UPDATEDETECTTHREAD_H
#include <QThread>
 
class EziDebugPrj ;
class QTimer ;
class UpdateDetectThread : public QThread
{
    Q_OBJECT
public:
    UpdateDetectThread(EziDebugPrj *prj,QObject *parent = 0);
    //~UpdateDetectThread();
 
protected:
    void run();
signals:
    void codeFileChanged(void) ;
public slots:
    void update();
private:
    EziDebugPrj *  m_pprj ;
    QTimer  *    m_ptimer ;
};
 
#endif // UPDATEDETECTTHREAD_H
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.