mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4l: fix removing start/stop hint when init script fails
Conflicts: src/driver/lcd4l.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -79,12 +79,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,
|
||||
OnAfterStart,
|
||||
OnBeforeStop,
|
||||
OnAfterStop;
|
||||
sigc::signal<void> OnBeforeStart,
|
||||
OnAfterStart,
|
||||
OnBeforeStop,
|
||||
OnAfterStop,
|
||||
OnBeforeRestart,
|
||||
OnAfterRestart,
|
||||
OnAfterError;
|
||||
|
||||
private:
|
||||
std::thread *thrLCD4l;
|
||||
|
Reference in New Issue
Block a user