mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
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:
12
common/global_info_provider.h
Normal file
12
common/global_info_provider.h
Normal 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
|
Reference in New Issue
Block a user