VirtualBox

Changeset 61687 in vbox


Ignore:
Timestamp:
Jun 13, 2016 4:15:43 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: allow to compile with VBOX_WITH_EXTPACK=

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r61052 r61687  
    22842284
    22852285    /* Recache extension-pack related action restrictions: */
     2286#if VBOX_WITH_EXTPACK
    22862287    CExtPack extPack = vboxGlobal().virtualBox().GetExtensionPackManager().Find(GUI_ExtPackName);
     2288#else
     2289    CExtPack extPack;
     2290#endif
    22872291    bool fExtensionPackOperationsAllowed = !extPack.isNull() && extPack.GetUsable();
    22882292    if (!fExtensionPackOperationsAllowed)
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