mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Add Q_EMITs and clean up a couple signals.
This commit is contained in:
parent
5543441618
commit
6648084c64
7 changed files with 16 additions and 17 deletions
|
@ -121,7 +121,7 @@ void debugger_frame::SaveSettings()
|
|||
void debugger_frame::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
QDockWidget::closeEvent(event);
|
||||
DebugFrameClosed();
|
||||
Q_EMIT DebugFrameClosed();
|
||||
}
|
||||
|
||||
void debugger_frame::showEvent(QShowEvent * event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue