forked from Silverfish/proton-bridge
feat(GODT-2772): removed web frame.
This commit is contained in:
@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user