VirtualBox

Changeset 88398 in vbox for trunk


Ignore:
Timestamp:
Apr 7, 2021 1:04:52 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp

    r88397 r88398  
    636636        if (cursor.charFormat().isImageFormat())
    637637        {
    638 //            QTextImageFormat imageFormat = cursor.charFormat().toImageFormat();
    639 //            printf("%s %lf\n", qPrintable(imageFormat.name()), imageFormat.width());
    640 //            m_imageSizesMap[imageFormat.name()]
     638           QTextImageFormat imageFormat = cursor.charFormat().toImageFormat();
     639           m_imageSizesMap[imageFormat.name()] = imageFormat.width();
    641640        }
    642641    }
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