cleanup
This commit is contained in:
parent
07c7e49a21
commit
0a7018d13a
22
main.cpp
22
main.cpp
|
@ -33,17 +33,17 @@
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
EmailParser p;
|
// EmailParser p;
|
||||||
p.parse_file("/home/leca/example_email_receipts/lamoda.eml");
|
// p.parse_file("/home/leca/example_email_receipts/lamoda.eml");
|
||||||
// p.parse_file("/home/leca/example_email_receipts/lamoda2.eml");
|
// // p.parse_file("/home/leca/example_email_receipts/lamoda2.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/читай_город.eml");
|
// p.parse_file("/home/leca/example_email_receipts/читай_город.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/lenta.eml");
|
// p.parse_file("/home/leca/example_email_receipts/lenta.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/magnit.eml");
|
// p.parse_file("/home/leca/example_email_receipts/magnit.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/pyaterochka.eml");
|
// p.parse_file("/home/leca/example_email_receipts/pyaterochka.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/rzd.eml");
|
// p.parse_file("/home/leca/example_email_receipts/rzd.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/russteels.eml");
|
// p.parse_file("/home/leca/example_email_receipts/russteels.eml");
|
||||||
p.parse_file("/home/leca/example_email_receipts/avtodor.eml");
|
// p.parse_file("/home/leca/example_email_receipts/avtodor.eml");
|
||||||
return 0;
|
// return 0;
|
||||||
curl_global_init(CURL_GLOBAL_ALL);
|
curl_global_init(CURL_GLOBAL_ALL);
|
||||||
qRegisterMetaType<Check>("Check");
|
qRegisterMetaType<Check>("Check");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue