VirtualBox

Changeset 31342 in vbox


Ignore:
Timestamp:
Aug 3, 2010 2:40:45 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64381
Message:

FE/Qt4: just a little bit better naming :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp

    r31341 r31342  
    127127        if (scaledSize.isValid())
    128128        {
    129             QImage bla1 = m_pPauseImage->scaled(frameBuffer()->scaledSize(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
    130             dimImage(bla1);
    131             m_pauseShot = QPixmap::fromImage(bla1);
     129            QImage tmpImg = m_pPauseImage->scaled(frameBuffer()->scaledSize(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
     130            dimImage(tmpImg);
     131            m_pauseShot = QPixmap::fromImage(tmpImg);
    132132        }
    133133    }
Note: See TracChangeset for help on using the changeset viewer.

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