mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 01:43:35 +02:00
lcd4l: fix removing start/stop hint when init script fails
Origin commit data
------------------
Commit: 921df0c713
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Origin message was:
------------------
- lcd4l: fix removing start/stop hint when init script fails
This commit is contained in:
@@ -67,12 +67,13 @@ class CLCD4l
|
||||
|
||||
// use signal/slot handlers
|
||||
// That is helping to keep the GUI code away from code inside ./src/driver.
|
||||
sigc::signal<void> OnBeforeRestart,
|
||||
OnAfterRestart,
|
||||
OnBeforeStart,
|
||||
sigc::signal<void> OnBeforeStart,
|
||||
OnAfterStart,
|
||||
OnBeforeStop,
|
||||
OnAfterStop;
|
||||
OnAfterStop,
|
||||
OnBeforeRestart,
|
||||
OnAfterRestart,
|
||||
OnAfterError;
|
||||
|
||||
private:
|
||||
std::thread *thrLCD4l;
|
||||
|
Reference in New Issue
Block a user