mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -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
|
|
@ -8,8 +8,8 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
QObject* ini() {
|
||||
// any QObject inherited class will do
|
||||
static QObject* cpp = 0;
|
||||
if(!cpp) {
|
||||
static QObject* cpp = nullptr;
|
||||
if (!cpp) {
|
||||
cpp = new CPP;
|
||||
|
||||
// needed for QMessageBox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue