VirtualBox

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


Ignore:
Timestamp:
Jun 4, 2007 9:36:16 AM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Disabled Global USB Filters UI on all platforms (exept DEBUG_dmik).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h

    r2997 r3012  
    587587    /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug).
    588588
     589#ifdef DEBUG_dmik
    589590#ifdef Q_OS_WIN32
    590591    CHost host = vboxGlobal().virtualBox().GetHost();
     
    593594    {
    594595#endif
     596#endif
    595597        /* disable the USB host filters category if the USB is
    596598         * not available (i.e. in VirtualBox OSE) */
     
    603605        pageUSB->setEnabled (false);
    604606
     607#ifdef DEBUG_dmik
    605608#ifdef Q_OS_WIN32
    606609        /* Show an error message (if there is any).
     
    620623        lvUSBFilters_currentChanged (lvUSBFilters->firstChild());
    621624    }
     625#endif
    622626#endif
    623627
     
    10161020    /// for host filters (most likely, our XPCOM/IPC/DCONNECT bug).
    10171021
     1022#ifdef DEBUG_dmik
    10181023#ifdef Q_OS_WIN32
    10191024    CHost host = vboxGlobal().virtualBox().GetHost();
     
    10221027    {
    10231028#endif
     1029#endif
    10241030        /* disable the USB host filters category if the USB is
    10251031         * not available (i.e. in VirtualBox OSE) */
     
    10321038        pageUSB->setEnabled (false);
    10331039
     1040#ifdef DEBUG_dmik
    10341041#ifdef Q_OS_WIN32
    10351042    }
    10361043#endif
    1037 }
     1044#endif
     1045}
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