VirtualBox

Changeset 9801 in vbox


Ignore:
Timestamp:
Jun 18, 2008 3:51:31 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/QILabel.cpp

    r9799 r9801  
    365365        hasFocus())
    366366    {
    367         QPainter painter(this);
     367        QPainter painter (this);
    368368        /* Paint a focus rect based on the current style. */
    369369        QStyleOptionFocusRect option;
    370         option.initFrom(this);
    371         style()->drawPrimitive(QStyle::PE_FrameFocusRect, &option, &painter, this);
     370        option.initFrom (this);
     371        style()->drawPrimitive (QStyle::PE_FrameFocusRect, &option, &painter, this);
    372372    }
    373373}
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