Comment autohide
This commit is contained in:
parent
333fbc8d2f
commit
e0baaa1ce2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public:
|
||||||
|
|
||||||
enum Visibility {
|
enum Visibility {
|
||||||
AlwaysShow = 0,
|
AlwaysShow = 0,
|
||||||
AutoHide,
|
// AutoHide,
|
||||||
AlwaysHide
|
AlwaysHide
|
||||||
};
|
};
|
||||||
Q_ENUMS(Visibility)
|
Q_ENUMS(Visibility)
|
||||||
|
|
Loading…
Reference in a new issue