Searched defs:pGenEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp768 VBoxDbgConsole::event(QEvent *pGenEvent) argument
771 if (pGenEvent->type() == (QEvent::Type)VBoxDbgConsoleEvent::kEventNumber)
773 VBoxDbgConsoleEvent *pEvent = (VBoxDbgConsoleEvent *)pGenEvent;
820 return VBoxDbgBaseWindow::event(pGenEvent);

Completed in 43 milliseconds