mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- vfd-setup: formatting code using astyle; some manual code nicenings
Conflicts: src/gui/vfd_setup.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -36,11 +36,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class CVfdSetup : public CMenuTarget, CChangeObserver, CActivateObserver
|
||||
{
|
||||
class CVfdSetup : public CMenuTarget, CChangeObserver, CActivateObserver
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
|
||||
|
||||
int showSetup();
|
||||
int showBrightnessSetup();
|
||||
void showLedSetup(CMenuWidget *mn_led_widget);
|
||||
@@ -50,14 +50,13 @@
|
||||
int brightness;
|
||||
int brightnessstandby;
|
||||
int brightnessdeepstandby;
|
||||
|
||||
bool vfd_enabled;
|
||||
|
||||
bool vfd_enabled;
|
||||
|
||||
public:
|
||||
CVfdSetup();
|
||||
~CVfdSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
int exec(CMenuTarget *parent, const std::string &actionKey);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user