mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
some revisions
This commit is contained in:
parent
5f8e81dfb6
commit
9a76e0d31c
10 changed files with 17 additions and 19 deletions
|
|
@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
|
|||
QObject* ini() {
|
||||
// any QObject inherited class will do
|
||||
static QObject* cpp = nullptr;
|
||||
if (!cpp) {
|
||||
if (cpp == nullptr) {
|
||||
cpp = new CPP;
|
||||
|
||||
// needed for QMessageBox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue