git-svn-id: svn://192.168.0.12/source@185 8346c931-da38-4b9b-9d4c-e48b93cbd075

This commit is contained in:
admin
2015-09-10 02:20:05 +00:00
parent 7597e6a0ac
commit da5e960b69

View File

@@ -3,12 +3,16 @@
int main(int argc, char *argv[])
{
QCoreApplication a(argc,argv);
cout << "build date : ";
cout << QLocale("en_US").toDate(QString(__DATE__).simplified(), "MMM d yyyy").toString("yyyy-MM-dd").toStdString();
cout << " ";
cout << QString(__TIME__).toStdString() << endl;
if (argc != 3)
{
cout << "Error : Argument " << endl;
return 0;
}
cout << "2015.08.31 16:00" << endl;
SFilterProcess *process = new SFilterProcess;
if (process->ReloadSetup())
process->run(argv[1],argv[2]);