neutrino.h: add signal OnShutDown

was missed in context with similar OnBeforeRestart
This commit is contained in:
2018-12-07 21:41:19 +01:00
parent 80a1a8b64f
commit 39c890ed22
2 changed files with 3 additions and 0 deletions

View File

@@ -3984,6 +3984,8 @@ void CNeutrinoApp::ExitRun(int exit_code)
SDT_ReloadChannels();
dprintf(DEBUG_INFO, "exit\n");
OnShutDown();
StopSubtitles();
stopPlayBack();

View File

@@ -229,6 +229,7 @@ public:
bool adjustToChannelID(const t_channel_id channel_id);
//signal/event handler before restart of neutrino gui
sigc::signal<bool> OnBeforeRestart;
sigc::signal<void> OnShutDown;
sigc::signal<void> OnAfterSetupFonts;
void channelRezap();