Changeset 35415 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
- Timestamp:
- Jan 6, 2011 5:33:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r35191 r35415 362 362 (ct_ver_str.section ('.', 1, 1).toInt() << 8) + 363 363 ct_ver_str.section ('.', 2, 2).toInt(); 364 } 365 366 bool VBoxGlobal::isBeta() const 367 { 368 return mVBox.GetVersion().contains("BETA", Qt::CaseInsensitive); 364 369 } 365 370
Note:
See TracChangeset
for help on using the changeset viewer.