Small fixes.
This commit is contained in:
parent
7f5d7cf7dd
commit
af0a6fdf20
5 changed files with 14 additions and 3 deletions
|
@ -91,7 +91,7 @@ App::~App()
|
|||
|
||||
int App::exec()
|
||||
{
|
||||
if (!m_controller->config()) {
|
||||
if (!m_controller->isReady()) {
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue