mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-10 12:30:19 -08:00
add example 'wear-os' (android WearOS 2+ watches only)
This commit is contained in:
parent
df358fa5ae
commit
9e30041dba
20 changed files with 1598 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue