Changeset 58360 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
- Timestamp:
- Oct 21, 2015 2:18:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h
r58346 r58360 515 515 ~VBoxGlobal(); 516 516 517 /** Re-initializes COM wrappers and containers. */ 518 void comWrappersReinit(); 519 517 520 #ifdef VBOX_WITH_DEBUGGER_GUI 518 521 void initDebuggerVar(int *piDbgCfgVar, const char *pszEnvVar, const char *pszExtraDataName, bool fDefault = false); … … 539 542 /** Holds the symbolic VirtualBox home-folder representation. */ 540 543 QString m_strHomeFolder; 544 /** Holds the guest OS family IDs. */ 545 QList<QString> m_guestOSFamilyIDs; 546 /** Holds the guest OS types for each family ID. */ 547 QList<QList<CGuestOSType> > m_guestOSTypes; 541 548 542 549 /** Holds whether acquired COM wrappers are currently valid. */ … … 628 635 int m3DAvailable; 629 636 630 QList <QString> mFamilyIDs;631 QList <QList <CGuestOSType> > mTypes;632 633 637 QString mDiskTypes_Differencing; 634 638
Note:
See TracChangeset
for help on using the changeset viewer.