VirtualBox

Changeset 102275 in vbox


Ignore:
Timestamp:
Nov 23, 2023 2:32:05 PM (10 months ago)
Author:
vboxsync
Message:

FE/Qt: OCI related stuff: Missing part of Integer64 support implemented in r157193.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp

    r101316 r102275  
    6363#include "CProgress.h"
    6464#include "CRangedIntegerFormValue.h"
     65#include "CRangedInteger64FormValue.h"
    6566#include "CRecordingScreenSettings.h"
    6667#include "CRecordingSettings.h"
     
    241242        {
    242243            CRangedIntegerFormValue comValue(comFormValue);
     244            strResult = QString("%1 %2")
     245                            .arg(comValue.GetInteger())
     246                            .arg(QApplication::translate("UICommon", comValue.GetSuffix().toUtf8().constData()));
     247            break;
     248        }
     249        case KFormValueType_RangedInteger64:
     250        {
     251            CRangedInteger64FormValue comValue(comFormValue);
    243252            strResult = QString("%1 %2")
    244253                            .arg(comValue.GetInteger())
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette