add loader
add schema new loader model using xml separated work and load data validation using schema map data in xml new core model... proecting
This commit is contained in:
8
main.cpp
8
main.cpp
@@ -8,8 +8,8 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
adCore core;
|
||||
QApplication a(argc, argv);
|
||||
QTimer * timer = new QTimer();
|
||||
QObject::connect(timer,SIGNAL(timeout()),&core,SLOT(next()));
|
||||
timer->start(100);
|
||||
return a.exec();
|
||||
//QTimer * timer = new QTimer();
|
||||
//QObject::connect(timer,SIGNAL(timeout()),&core,SLOT(next()));
|
||||
//timer->start(100);
|
||||
//return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user