Added file missing from previous commit
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#ifndef _WX_QT_EVTLOOP_H_
|
#ifndef _WX_QT_EVTLOOP_H_
|
||||||
#define _WX_QT_EVTLOOP_H_
|
#define _WX_QT_EVTLOOP_H_
|
||||||
|
|
||||||
class QTimer;
|
class wxQtIdleTimer;
|
||||||
class QEventLoop;
|
class QEventLoop;
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxQtEventLoopBase : public wxEventLoopBase
|
class WXDLLIMPEXP_CORE wxQtEventLoopBase : public wxEventLoopBase
|
||||||
@@ -30,11 +30,10 @@ public:
|
|||||||
#if wxUSE_EVENTLOOP_SOURCE
|
#if wxUSE_EVENTLOOP_SOURCE
|
||||||
virtual wxEventLoopSource *AddSourceForFD(int fd, wxEventLoopSourceHandler *handler, int flags);
|
virtual wxEventLoopSource *AddSourceForFD(int fd, wxEventLoopSourceHandler *handler, int flags);
|
||||||
#endif // wxUSE_EVENTLOOP_SOURCE
|
#endif // wxUSE_EVENTLOOP_SOURCE
|
||||||
protected:
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QEventLoop *m_qtEventLoop;
|
QEventLoop *m_qtEventLoop;
|
||||||
QTimer *m_qtIdleTimer;
|
wxObjectDataPtr<wxQtIdleTimer> m_qtIdleTimer;
|
||||||
|
|
||||||
wxDECLARE_NO_COPY_CLASS(wxQtEventLoopBase);
|
wxDECLARE_NO_COPY_CLASS(wxQtEventLoopBase);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user