Changeset 63319 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 11, 2016 10:44:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBarIndicator.h
r62493 r63319 87 87 virtual void setState(int iState) { m_iState = iState; repaint(); } 88 88 /** Defines bool @a state. */ 89 v irtual void setState(bool fState) { setState((int)fState); }89 void setState(bool fState) { setState((int)fState); } 90 90 91 91 protected:
Note:
See TracChangeset
for help on using the changeset viewer.