Changeset 90538 in vbox
- Timestamp:
- Aug 6, 2021 8:36:52 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h
r90520 r90538 906 906 QUuid m_strManagedVMId; 907 907 /** Holds the --separate option value (whether GUI process is separate from VM process). */ 908 bool 908 bool m_fSeparateProcess; 909 909 /** Holds the --no-startvm-errormsgbox option value (whether startup VM errors are disabled). */ 910 bool 910 bool m_fShowStartVMErrors; 911 911 912 912 /** Holds the --aggressive-caching / --no-aggressive-caching option value (whether medium-enumeration is required). */ … … 936 936 #ifdef VBOX_WITH_DEBUGGER_GUI 937 937 /** Holds whether the debugger should be accessible. */ 938 mutable int m_fDbgEnabled;938 mutable int m_fDbgEnabled; 939 939 /** Holds whether to show the debugger automatically with the console. */ 940 mutable int m_fDbgAutoShow;940 mutable int m_fDbgAutoShow; 941 941 /** Holds whether to show the command line window when m_fDbgAutoShow is set. */ 942 mutable int m_fDbgAutoShowCommandLine;942 mutable int m_fDbgAutoShowCommandLine; 943 943 /** Holds whether to show the statistics window when m_fDbgAutoShow is set. */ 944 mutable int m_fDbgAutoShowStatistics;944 mutable int m_fDbgAutoShowStatistics; 945 945 /** Pattern of statistics to expand when opening the viewer. */ 946 QString m_strDbgStatisticsExpand;946 QString m_strDbgStatisticsExpand; 947 947 /** The statistics viewer filter. */ 948 QString m_strDbgStatisticsFilter;948 QString m_strDbgStatisticsFilter; 949 949 950 950 /** VBoxDbg module handle. */ 951 RTLDRMOD 951 RTLDRMOD m_hVBoxDbg; 952 952 953 953 /** Holds whether --start-running, --start-paused or nothing was given. */ … … 1031 1031 /** Holds the ATL module instance (for use with UICommon shared library only). 1032 1032 * @note Required internally by ATL (constructor records instance in global variable). */ 1033 ATL::CComModule _Module;1033 ATL::CComModule _Module; 1034 1034 /** @} */ 1035 1035 #endif
Note:
See TracChangeset
for help on using the changeset viewer.