Add support for printing more information in diagnosis log

Also yacreaderlibraryserver can now print this with the --system-info option

This will help when giving support to users.
This commit is contained in:
Luis Ángel San Martín
2024-09-05 17:48:48 +02:00
parent a3f3149764
commit 1c48f05398
7 changed files with 90 additions and 49 deletions

View File

@ -0,0 +1,12 @@
#ifndef GLOBAL_INFO_PROVIDER_H
#define GLOBAL_INFO_PROVIDER_H
#include <QString>
namespace YACReader {
QString getGlobalInfo();
}
#endif // GLOBAL_INFO_PROVIDER_H