- Timestamp:
- Oct 10, 2018 1:01:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r74305 r74743 166 166 /** Returns whether VBoxGlobal instance is properly initialized. */ 167 167 bool isValid() const { return m_fValid; } 168 169 #ifdef VBOX_GUI_WITH_SHARED_LIBRARY 170 /** Returns the UI type. */ 171 UIType uiType() const { return m_enmType; } 172 #endif 168 173 169 174 /** Returns VBox version string. */
Note:
See TracChangeset
for help on using the changeset viewer.