mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
Also yacreaderlibraryserver can now print this with the --system-info option This will help when giving support to users.
13 lines
168 B
C++
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
|