aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/webengine/cpp/webengine.cpp
blob: 118b451ef303aa07284223344f0b2b1337d3157a (plain) (blame)
1
2
3
4
5
6
#include <QtWebEngine>
#include "webengine.h"

void webengineInitialize() {
    QtWebEngine::initialize();
}