add example 'wear-os' (android WearOS 2+ watches only)

This commit is contained in:
pls.153 2022-05-10 11:02:23 +02:00
parent df358fa5ae
commit 9e30041dba
20 changed files with 1598 additions and 6 deletions

View file

@ -19,8 +19,8 @@ Q_DECLARE_METATYPE(QTextDocument*)
QT_BEGIN_NAMESPACE
QObject* ini() {
static QObject* qt = 0;
if(!qt) {
static QObject* qt = nullptr;
if (!qt) {
qt = new QT;
#ifdef PLUGIN
ini_lisp();