Changeset 93975 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 28, 2022 12:14:37 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetNATNetwork.cpp
r93884 r93975 22 22 #include <QPushButton> 23 23 #include <QRadioButton> 24 #include <QRegExpValidator>25 24 #include <QStyleOption> 26 25 #include <QVBoxLayout> … … 402 401 QSpacerItem *pSpacer = new QSpacerItem(20, 0, QSizePolicy::Fixed, QSizePolicy::Minimum); 403 402 if (pSpacer) 404 pLayoutOptions->add Widget(m_pLabelNetworkIPv6Prefix, 4, 0);403 pLayoutOptions->addItem(pSpacer, 4, 0); 405 404 /* Prepare network IPv6 prefix label: */ 406 405 m_pLabelNetworkIPv6Prefix = new QLabel(pTabOptions);
Note:
See TracChangeset
for help on using the changeset viewer.