VirtualBox

Changeset 93975 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 28, 2022 12:14:37 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150205
Message:

FE/Qt: Attempt to fix regression from r150102 where QSpacerItem isn't added and instead m_pLabelNetworkIPv6Prefix is added while it's still NULL. Looks like copy&paste. Removed unused QRegExpValidator header. bugref:6899 bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp

    r93884 r93975  
    2222#include <QPushButton>
    2323#include <QRadioButton>
    24 #include <QRegExpValidator>
    2524#include <QStyleOption>
    2625#include <QVBoxLayout>
     
    402401            QSpacerItem *pSpacer = new QSpacerItem(20, 0, QSizePolicy::Fixed, QSizePolicy::Minimum);
    403402            if (pSpacer)
    404                 pLayoutOptions->addWidget(m_pLabelNetworkIPv6Prefix, 4, 0);
     403                pLayoutOptions->addItem(pSpacer, 4, 0);
    405404            /* Prepare network IPv6 prefix label: */
    406405            m_pLabelNetworkIPv6Prefix = new QLabel(pTabOptions);
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