mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-30 08:24:57 +00:00
7 lines
106 B
C++
7 lines
106 B
C++
|
#include <QtWebEngine>
|
||
|
#include "webengine.h"
|
||
|
|
||
|
void webengineInitialize() {
|
||
|
QtWebEngine::initialize();
|
||
|
}
|