Added BCValue creation, part I.
This commit is contained in:
5
main.cpp
5
main.cpp
@@ -38,7 +38,7 @@
|
||||
|
||||
#include <bcmainwindow.h>
|
||||
#include <bcvalue.h>
|
||||
|
||||
#include <bcvaluemanager.h>
|
||||
|
||||
/*
|
||||
#include <QMetaEnum>
|
||||
@@ -99,6 +99,9 @@ int main(int argc, char *argv[])
|
||||
qDebug() << " schön: " << xxx << " -- " << uint8_t(xxx) << " : " << yyy;
|
||||
qDebug() << " nice: " << metaEnum.enumName() << " : " <<metaEnum.name() << ": " << metaEnum.enclosingMetaObject()->className();
|
||||
|
||||
BCValueManager myMgr;
|
||||
myMgr.loadXml();
|
||||
|
||||
return app.exec();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user