VirtualBox

Ignore:
Timestamp:
Oct 1, 2008 9:11:52 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37276
Message:

Debugger: log groups and console 'exit' fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgConsole.h

    r12850 r12878  
    264264    /** The input widget. */
    265265    VBoxDbgConsoleInput *m_pInput;
     266    /** Whether we should send the kInputEnable event or not. */
     267    bool m_fInputNeedsEnabling;
    266268    /** A hack to restore focus to the combobox after a command execution. */
    267269    bool m_fInputRestoreFocus;
     
    323325{
    324326public:
    325     typedef enum  { kUpdate, kInputRestoreFocus, kTerminated } VBoxDbgConsoleEventType;
     327    typedef enum  { kUpdate, kInputEnable, kTerminatedUser, kTerminatedOther } VBoxDbgConsoleEventType;
    326328    enum { kEventNumber = QEvent::User + 42 };
    327329
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