feat(GODT-2772): removed web frame.

This commit is contained in:
Xavier Michelon
2023-09-12 10:50:15 +02:00
parent c8cf90abfe
commit 139ad75394
9 changed files with 5 additions and 130 deletions

View File

@ -29,7 +29,6 @@
#include <bridgepp/Log/Log.h>
#include <bridgepp/Log/LogUtils.h>
#include <bridgepp/ProcessMonitor.h>
#include <QtWebView>
#ifdef Q_OS_MACOS
@ -285,7 +284,6 @@ int main(int argc, char *argv[]) {
QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL); // must be called before instantiating the BridgeApp
}
QtWebView::initialize();
BridgeApp guiApp(argc, argv);
initSentry();
auto sentryCloser = qScopeGuard([] { sentry_close(); });