Moved compilation_info to class Machine_info

This is preparation for making a dev log file
This commit is contained in:
Simon De Backer
2020-07-23 21:57:30 +02:00
parent 55beaa9be9
commit d087a8be66
3 changed files with 123 additions and 83 deletions

View File

@@ -31,6 +31,7 @@ public:
explicit Machine_info(QObject *parent = nullptr);
int32_t i_max_screen_width();
int32_t i_max_screen_height();
QString compilation_info();
signals: