VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 9:32:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35689
Message:

Merged VBOX_WITH_NETFLT_WINDOWS into VBOX_WITH_NETFLT. Made the GUIs, Main, Devices and HostDrivers use VBOX_WITH_NETFLT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsNetwork.h

    r10897 r11849  
    2828#include "COMDefs.h"
    2929
    30 #if defined (Q_WS_WIN) || defined (Q_OS_MAC)
     30#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    3131class QTreeWidget;
    3232class QTreeWidgetItem;
     
    5757    void setNetworksList (const QStringList &aList);
    5858
    59 #if defined (Q_WS_WIN) || defined (Q_OS_MAC)
     59#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    6060    void setInterfaceName (const QString &);
    6161    QString interfaceName() const;
     
    8686    QIWidgetValidator *mValidator;
    8787
    88 #if defined (Q_WS_WIN) || defined (Q_OS_MAC)
     88#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    8989    QString mInterfaceName;
    9090#endif
     
    9292
    9393
    94 #if defined (Q_WS_WIN) || defined (Q_OS_MAC) || defined(__APPLE__) /// @todo fix stupid stupid moc.
     94#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    9595/*
    9696 * QGroupBox sub-class which represents network interface list.
     
    129129    QTreeWidget      *mList;
    130130
    131 # if defined (Q_WS_WIN)
     131# if defined (Q_WS_WIN) && !defined(VBOX_WITH_NETFLT)
    132132    QAction *mAddAction;
    133133    QAction *mDelAction;
    134134# endif
    135135};
    136 #endif /* Q_WS_WIN || Q_OS_MAC */
     136#endif /* Q_WS_WIN || VBOX_WITH_NETFLT */
    137137
    138138
     
    161161
    162162    void updateNetworksList();
    163 #if defined (Q_WS_WIN) || defined (Q_OS_MAC) || defined (__APPLE__) /// @todo fix stupid stupid moc.
     163#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    164164    void onCurrentPageChanged (int);
    165165    void onCurrentInterfaceChanged (const QString &);
     
    172172    /* Widgets */
    173173    QTabWidget *mTwAdapters;
    174 #if defined (Q_WS_WIN) || defined (Q_OS_MAC)
     174#if defined (Q_WS_WIN) || defined (VBOX_WITH_NETFLT)
    175175    VBoxNIList *mNIList;
    176176#endif
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