mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Converted public fields of MenuSettingInt to private.
This commit is contained in:
@@ -32,6 +32,7 @@ private:
|
||||
int originalValue;
|
||||
int *_value;
|
||||
string strvalue;
|
||||
int min, max;
|
||||
|
||||
void inc();
|
||||
void dec();
|
||||
@@ -45,7 +46,6 @@ public:
|
||||
virtual void draw(int);
|
||||
virtual bool edited();
|
||||
|
||||
int min, max;
|
||||
virtual void setValue(int value);
|
||||
int value();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user