mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Ladybird: Implement EventLoopPluginQt::quit()
This breaks out of the main Qt event loop.
This commit is contained in:
parent
6fff03713c
commit
7362755f30
2 changed files with 6 additions and 0 deletions
|
@ -37,4 +37,9 @@ NonnullRefPtr<Web::Platform::Timer> EventLoopPluginQt::create_timer()
|
|||
return TimerQt::create();
|
||||
}
|
||||
|
||||
void EventLoopPluginQt::quit()
|
||||
{
|
||||
QCoreApplication::quit();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue