mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
little fix
This commit is contained in:
parent
1b6cf7d5f3
commit
7de810bac4
@ -208,7 +208,7 @@ int main(int argc, char **argv)
|
|||||||
qInfo("Start-up");
|
qInfo("Start-up");
|
||||||
// delete old log files of max 7 days old.
|
// delete old log files of max 7 days old.
|
||||||
delete_old_log_files(7);
|
delete_old_log_files(7);
|
||||||
auto ma = Machine_info();
|
Machine_info ma;
|
||||||
ma.send_info_to_debug();
|
ma.send_info_to_debug();
|
||||||
});
|
});
|
||||||
return app.exec();
|
return app.exec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user