mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Revert "Call QtWebEngine::initialize() in main"
This reverts commit dad94c64a1
.
This commit is contained in:
parent
5d4c2434a0
commit
34970e4c47
@ -22,7 +22,6 @@
|
||||
|
||||
#include <QMessageBox> // For QT_REQUIRE_VERSION
|
||||
#include <iostream>
|
||||
#include <qtwebengineglobal.h>
|
||||
|
||||
#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
|
||||
#include <signal.h>
|
||||
@ -158,8 +157,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
MainApplication app(argc, argv);
|
||||
|
||||
QtWebEngine::initialize();
|
||||
|
||||
if (app.isClosing())
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user