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

Subversion Repositories ezidebug

[/] [ezidebug/] [trunk/] [EziDebug_src/] [updatedetectthread.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 EziDebug
#ifndef UPDATEDETECTTHREAD_H
2
#define UPDATEDETECTTHREAD_H
3
#include <QThread>
4
 
5
class EziDebugPrj ;
6
class QTimer ;
7
class UpdateDetectThread : public QThread
8
{
9
    Q_OBJECT
10
public:
11
    UpdateDetectThread(EziDebugPrj *prj,QObject *parent = 0);
12
    //~UpdateDetectThread();
13
 
14
protected:
15
    void run();
16
signals:
17
    void codeFileChanged(void) ;
18
public slots:
19
    void update();
20
private:
21
    EziDebugPrj *  m_pprj ;
22
    QTimer  *    m_ptimer ;
23
};
24
 
25
#endif // UPDATEDETECTTHREAD_H

powered by: WebSVN 2.1.0

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