mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-07 11:12:18 +00:00
7 lines
106 B
C++
7 lines
106 B
C++
#include <QtWebEngine>
|
|
#include "webengine.h"
|
|
|
|
void webengineInitialize() {
|
|
QtWebEngine::initialize();
|
|
}
|