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