plans and sketches
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -1,3 +1,4 @@
|
||||
#include "email_parser/emailparser.h"
|
||||
#include <mainwindow.h>
|
||||
#include <net/net.h>
|
||||
#include <settings/settings.h>
|
||||
@@ -27,7 +28,12 @@
|
||||
#endif
|
||||
#include <QPushButton>
|
||||
|
||||
#include <utils/base64.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
// EmailParser ep;
|
||||
// ep.parse_file("/home/leca/example_email_receipts/rzd.eml");
|
||||
// return 0;
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
|
||||
std::string program_data_path = get_path_relative_to_home(".local/share/checks_parser");
|
||||
|
||||
Reference in New Issue
Block a user