VirtualBox

Changeset 31540 in vbox


Ignore:
Timestamp:
Aug 10, 2010 4:04:36 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64640
Message:

FE/Qt4-OSX: enable sheets in the port forwarding dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsPortForwardingDlg.cpp

    r31535 r31540  
    5050    ~IPValidator() {}
    5151
    52     QValidator::State validate(QString &strInput, int &iPos) const
     52    QValidator::State validate(QString &strInput, int & /* iPos */) const
    5353    {
    5454        QString strDot("\\.");
     
    422422    , m_pDelAction(0)
    423423{
     424#ifdef Q_WS_MAC
     425    setWindowFlags(Qt::Sheet);
     426#endif /* Q_WS_MAC */
     427
    424428    /* Set dialog icon: */
    425429    setWindowIcon(UIIconPool::iconSetFull(QSize(32, 32), QSize(16, 16), ":/nw_32px.png", ":/nw_16px.png"));
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