mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 22:16:45 +01:00
7 lines
106 B
C++
7 lines
106 B
C++
#include <QtWebEngine>
|
|
#include "webengine.h"
|
|
|
|
void webengineInitialize() {
|
|
QtWebEngine::initialize();
|
|
}
|