Changeset 65203 in vbox
- Timestamp:
- Jan 9, 2017 1:15:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIStatusBarEditorWindow.cpp
r62493 r65203 73 73 QSize sizeHint() const { return m_size; } 74 74 75 /** Returns whether button is checked. */ 76 bool isChecked() const; 75 77 /** Defines whether button is @a fChecked. */ 76 78 void setChecked(bool fChecked); … … 138 140 /* Translate finally: */ 139 141 retranslateUi(); 142 } 143 144 bool UIStatusBarEditorButton::isChecked() const 145 { 146 return m_fChecked; 140 147 } 141 148
Note:
See TracChangeset
for help on using the changeset viewer.

