VirtualBox

Ignore:
Timestamp:
Feb 20, 2024 3:12:14 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161815
Message:

FE/Qt: bugref:9072. build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp

    r103478 r103479  
    8383
    8484    UILogScrollLabel(QWidget *pParent);
    85     void setOpacity(float fOpacity);
     85    void setOpacity(qreal fOpacity);
    8686
    8787protected:
     
    9191private:
    9292
    93     float m_fOpacity;
     93    qreal m_fOpacity;
    9494};
    9595
     
    131131}
    132132
    133 void UILogScrollLabel::setOpacity(float fOpacity)
     133void UILogScrollLabel::setOpacity(qreal fOpacity)
    134134{
    135135    if (m_fOpacity == fOpacity)
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