git-svn-id: svn://db.shs.com.ru/libs@284 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -20,7 +20,7 @@ namespace QAD {
|
|||||||
|
|
||||||
struct Enum {
|
struct Enum {
|
||||||
Enum(const QString & n = QString()): enum_name(n) {}
|
Enum(const QString & n = QString()): enum_name(n) {}
|
||||||
QString toString() const {return selected;} // obsolete
|
QString toString() const {return selected;} // obsolete, use selectedName()
|
||||||
int selectedValue() const;
|
int selectedValue() const;
|
||||||
QString selectedName() const {return selected;}
|
QString selectedName() const {return selected;}
|
||||||
bool selectValue(int v);
|
bool selectValue(int v);
|
||||||
|
|||||||
Reference in New Issue
Block a user