VirtualBox

Changeset 4326 in vbox


Ignore:
Timestamp:
Aug 23, 2007 8:35:00 PM (17 years ago)
Author:
vboxsync
Message:

gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h

    r4323 r4326  
    6060
    6161    QIULongValidator (QObject *aParent, const char *aName = 0)
    62         : mBottom (0), mTop (ULONG_MAX)
    63         , QValidator (aParent, aName) {}
     62        : QValidator (aParent, aName)
     63        , mBottom (0), mTop (ULONG_MAX) {}
    6464
    6565    QIULongValidator (ulong aMinimum, ulong aMaximum,
    6666                      QObject *aParent, const char *aName = 0)
    67         : mBottom (aMinimum), mTop (aMaximum)
    68         , QValidator (aParent, aName) {}
     67        : QValidator (aParent, aName)
     68        , mBottom (aMinimum), mTop (aMaximum) {}
    6969
    7070    ~QIULongValidator() {}
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