VirtualBox

Changeset 90538 in vbox


Ignore:
Timestamp:
Aug 6, 2021 8:36:52 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146144
Message:

FE/Qt: Coding-style fix for r146124.

File:
1 edited

Legend:

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

    r90520 r90538  
    906906        QUuid  m_strManagedVMId;
    907907        /** Holds the --separate option value (whether GUI process is separate from VM process). */
    908         bool     m_fSeparateProcess;
     908        bool   m_fSeparateProcess;
    909909        /** Holds the --no-startvm-errormsgbox option value (whether startup VM errors are disabled). */
    910         bool     m_fShowStartVMErrors;
     910        bool   m_fShowStartVMErrors;
    911911
    912912        /** Holds the --aggressive-caching / --no-aggressive-caching option value (whether medium-enumeration is required). */
     
    936936#ifdef VBOX_WITH_DEBUGGER_GUI
    937937        /** Holds whether the debugger should be accessible. */
    938         mutable int m_fDbgEnabled;
     938        mutable int  m_fDbgEnabled;
    939939        /** Holds whether to show the debugger automatically with the console. */
    940         mutable int m_fDbgAutoShow;
     940        mutable int  m_fDbgAutoShow;
    941941        /** Holds whether to show the command line window when m_fDbgAutoShow is set. */
    942         mutable int m_fDbgAutoShowCommandLine;
     942        mutable int  m_fDbgAutoShowCommandLine;
    943943        /** Holds whether to show the statistics window when m_fDbgAutoShow is set. */
    944         mutable int m_fDbgAutoShowStatistics;
     944        mutable int  m_fDbgAutoShowStatistics;
    945945        /** Pattern of statistics to expand when opening the viewer. */
    946         QString     m_strDbgStatisticsExpand;
     946        QString      m_strDbgStatisticsExpand;
    947947        /** The statistics viewer filter. */
    948         QString     m_strDbgStatisticsFilter;
     948        QString      m_strDbgStatisticsFilter;
    949949
    950950        /** VBoxDbg module handle. */
    951         RTLDRMOD    m_hVBoxDbg;
     951        RTLDRMOD  m_hVBoxDbg;
    952952
    953953        /** Holds whether --start-running, --start-paused or nothing was given. */
     
    10311031        /** Holds the ATL module instance (for use with UICommon shared library only).
    10321032          * @note  Required internally by ATL (constructor records instance in global variable). */
    1033         ATL::CComModule _Module;
     1033        ATL::CComModule  _Module;
    10341034    /** @} */
    10351035#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette