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();
|
||||
/// forces an end to event loop
|
||||
void end();
|
||||
bool done() const { return m_done; }
|
||||
private:
|
||||
static App *s_app;
|
||||
bool m_done;
|
||||
|
|
Loading…
Reference in a new issue