|
|
|
@ -83,11 +83,6 @@ class AbstractXApplication { |
|
|
|
void exit() { flags |= Flag::Exit; } |
|
|
|
void exit() { flags |= Flag::Exit; } |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
/**
|
|
|
|
|
|
|
|
* @brief Destructor |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* Deletes context and destroys the window. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
/* Nobody will need to have (and delete) AbstractXApplication*, thus
|
|
|
|
/* Nobody will need to have (and delete) AbstractXApplication*, thus
|
|
|
|
this is faster than public pure virtual destructor */ |
|
|
|
this is faster than public pure virtual destructor */ |
|
|
|
~AbstractXApplication(); |
|
|
|
~AbstractXApplication(); |
|
|
|
|