From 7de810bac42aa3f3c9a11517f8bb5f7fa60bca75 Mon Sep 17 00:00:00 2001 From: Joshua Claveau Date: Sun, 21 Mar 2021 19:06:12 +0100 Subject: [PATCH] little fix --- sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.cpp b/sources/main.cpp index 6d19dc4de..0ac7a6343 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -208,7 +208,7 @@ int main(int argc, char **argv) qInfo("Start-up"); // delete old log files of max 7 days old. delete_old_log_files(7); - auto ma = Machine_info(); + Machine_info ma; ma.send_info_to_debug(); }); return app.exec();