yacreader/common/global_info_provider.h
Luis Ángel San Martín 1c48f05398 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.
2024-09-05 17:48:48 +02:00

13 lines
168 B
C++

#ifndef GLOBAL_INFO_PROVIDER_H
#define GLOBAL_INFO_PROVIDER_H
#include <QString>
namespace YACReader {
QString getGlobalInfo();
}
#endif // GLOBAL_INFO_PROVIDER_H