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