mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36: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 <QMessageBox> // For QT_REQUIRE_VERSION
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <qtwebengineglobal.h>
|
|
||||||
|
|
||||||
#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
|
#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__HAIKU__)
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -158,8 +157,6 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
MainApplication app(argc, argv);
|
MainApplication app(argc, argv);
|
||||||
|
|
||||||
QtWebEngine::initialize();
|
|
||||||
|
|
||||||
if (app.isClosing())
|
if (app.isClosing())
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user