add (port of Qt) example "camera" (multimedia widgets); lots of minor revisions;

This commit is contained in:
polos 2016-12-08 01:23:14 +01:00
parent 9c6e98a94a
commit 03520bb6ec
60 changed files with 2811 additions and 863 deletions

View file

@ -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;
}