VirtualBox

Changeset 9107 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 26, 2008 9:07:53 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: No VBoxLicenseViewer class on OSE.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
2 edited

Legend:

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

    r9056 r9107  
    459459    /* VirtualBox helpers */
    460460
    461 #ifdef Q_WS_X11
     461#if defined(Q_WS_X11) && !defined(VBOX_OSE)
    462462    bool showVirtualBoxLicense();
    463463#endif
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r9105 r9107  
    4747
    4848#ifdef Q_WS_X11
    49 #include "VBoxLicenseViewer.h"
     49#ifndef VBOX_OSE
     50# include "VBoxLicenseViewer.h"
     51#endif /* VBOX_OSE */
    5052
    5153#include <QTextBrowser>
     
    18481850}
    18491851
    1850 #ifdef Q_WS_X11
     1852#if defined(Q_WS_X11) && !defined(VBOX_OSE)
    18511853bool VBoxGlobal::showVirtualBoxLicense()
    18521854{
     
    18941896    return result;
    18951897}
    1896 #endif
     1898#endif /* defined(Q_WS_X11) && !defined(VBOX_OSE) */
    18971899
    18981900/**
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