mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 18:23:08 +02:00
Converted public fields of MenuSettingInt to private.
This commit is contained in:
parent
40ead3b642
commit
4de52ca2a1
@ -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();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user