mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
6 lines
106 B
C++
6 lines
106 B
C++
#include <QtWebEngine>
|
|
#include "webengine.h"
|
|
|
|
void webengineInitialize() {
|
|
QtWebEngine::initialize();
|
|
}
|