Remove old pre-6.0 hooks

Now only qt_startup_hook officially remains

Change-Id: Iac31783a62a040638d73fffd168aaaa7408c9be4
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Thiago Macieira 2021-06-21 10:57:30 -07:00
parent b6230421f1
commit 4c50810a1a

View File

@ -1,8 +1,6 @@
{
extern "C" {
"qt_startup_hook";
"qt_addObject";
"qt_removeObject";
};
extern "C++" {
"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)";