Sync changes.
This commit is contained in:
parent
a76243a65e
commit
9f6f599d78
8 changed files with 32 additions and 8 deletions
|
@ -87,6 +87,10 @@ App::~App()
|
|||
|
||||
int App::exec()
|
||||
{
|
||||
if (m_controller->isDone()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (!m_controller->isReady()) {
|
||||
return 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue