further improvements
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -34,12 +34,15 @@
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
EmailParser p;
|
||||
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/читай_город.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/pyaterochka.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/avtodor.eml");
|
||||
return 0;
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
qRegisterMetaType<Check>("Check");
|
||||
|
||||
Reference in New Issue
Block a user