Changeset 95045 in vbox
- Timestamp:
- May 19, 2022 4:20:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r94117 r95045 27 27 #include <QProcess> 28 28 #include <QProgressDialog> 29 #include <QRegularExpression> 29 30 #include <QSessionManager> 30 31 #include <QSettings> … … 898 899 bool UICommon::isBeta() const 899 900 { 900 return vboxVersionString().contains( "BETA", Qt::CaseInsensitive);901 return vboxVersionString().contains(QRegularExpression("BETA|ALPHA", QRegularExpression::CaseInsensitiveOption)); 901 902 } 902 903
Note:
See TracChangeset
for help on using the changeset viewer.