accessor for done
This commit is contained in:
parent
348eb418fe
commit
e67aa125ff
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public:
|
||||||
virtual void eventLoop();
|
virtual void eventLoop();
|
||||||
/// forces an end to event loop
|
/// forces an end to event loop
|
||||||
void end();
|
void end();
|
||||||
|
bool done() const { return m_done; }
|
||||||
private:
|
private:
|
||||||
static App *s_app;
|
static App *s_app;
|
||||||
bool m_done;
|
bool m_done;
|
||||||
|
|
Loading…
Reference in a new issue