mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 10:31:19 -08:00
add (port of Qt) example "camera" (multimedia widgets); lots of minor revisions;
This commit is contained in:
parent
9c6e98a94a
commit
03520bb6ec
60 changed files with 2811 additions and 863 deletions
|
|
@ -8,7 +8,7 @@ QObject* ini()
|
|||
static QObject* cpp = 0;
|
||||
if(!cpp) {
|
||||
cpp = new CPP;
|
||||
cpp->setObjectName("Qt_EQL_dynamic");
|
||||
cpp->setObjectName("Qt_EQL");
|
||||
}
|
||||
return cpp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue