Use QEventLoop to implement wxEventLoop for wxQT

This commit is contained in:
Graham Dawes
2019-01-21 16:11:28 +00:00
parent 7fa7fd1beb
commit 8a73f65285
2 changed files with 14 additions and 20 deletions

View File

@@ -9,6 +9,7 @@
#define _WX_QT_EVTLOOP_H_
class QTimer;
class QEventLoop;
class WXDLLIMPEXP_CORE wxQtEventLoopBase : public wxEventLoopBase
{
@@ -32,6 +33,7 @@ public:
protected:
private:
QEventLoop *m_qtEventLoop;
QTimer *m_qtIdleTimer;
wxDECLARE_NO_COPY_CLASS(wxQtEventLoopBase);