#include <QCoreApplication>
#include "App.h"
int main(int argc, char *argv[])
{
App app(argc, argv);
return app.exec();
}