Changeset 68041 in vbox
- Timestamp:
- Jul 18, 2017 6:22:03 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp
r68040 r68041 379 379 QByteArray abVBoxVersion = strVBoxVersion.toUtf8(); 380 380 VBoxVersion vboxVersion(strVBoxVersion); 381 strVBoxVersion = "5.1.24";382 printf("strVBoxVersion = %s\n", strVBoxVersion.toUtf8().constData());383 381 384 382 /* Get extension pack version: */ … … 392 390 the beta/alpha/preview/whatever tags into consideration when 393 391 comparing versions. */ 394 //if ( vboxVersion.z() % 2 != 0395 //|| RTStrVersionCompare(abExtPackVersion.constData(), abVBoxVersion.constData()) >= 0)396 //{397 //emit sigStepComplete();398 //return;399 //}392 if ( vboxVersion.z() % 2 != 0 393 || RTStrVersionCompare(abExtPackVersion.constData(), abVBoxVersion.constData()) >= 0) 394 { 395 emit sigStepComplete(); 396 return; 397 } 400 398 401 399 QString strExtPackEdition(extPack.GetEdition());
Note:
See TracChangeset
for help on using the changeset viewer.