VirtualBox

Changeset 74743 in vbox for trunk


Ignore:
Timestamp:
Oct 10, 2018 1:01:07 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9241: Allow VBoxGlobal library to distinguish whether it is used from VM or VBox Manager UI; (s.a. r122849, missed part).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h

    r74305 r74743  
    166166        /** Returns whether VBoxGlobal instance is properly initialized. */
    167167        bool isValid() const { return m_fValid; }
     168
     169#ifdef VBOX_GUI_WITH_SHARED_LIBRARY
     170        /** Returns the UI type. */
     171        UIType uiType() const { return m_enmType; }
     172#endif
    168173
    169174        /** Returns VBox version string. */
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