Remove exit_terminate signal
This commit is contained in:
parent
07da1a2967
commit
75ff5c3b14
5 changed files with 6 additions and 19 deletions
src/components
|
@ -677,14 +677,6 @@ bool controller::on(const signals::eventqueue::notify_forcechange&) {
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process eventqueue terminate event
|
||||
*/
|
||||
bool controller::on(const signals::eventqueue::exit_terminate&) {
|
||||
trigger_quit(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Process eventqueue reload event
|
||||
*/
|
||||
|
@ -703,7 +695,7 @@ bool controller::on(const signals::eventqueue::check_state&) {
|
|||
}
|
||||
}
|
||||
m_log.warn("No running modules...");
|
||||
on(signals::eventqueue::exit_terminate{});
|
||||
trigger_quit(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue