![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Interface for plugins having human-readable diagnostic data. More...
#include "ihavediaginfo.h"
Public Member Functions | |
virtual | ~IHaveDiagInfo () |
virtual QString | GetDiagInfoString () const =0 |
Returns the human-readable diagnostic info. More... | |
Interface for plugins having human-readable diagnostic data.
Library versions, the compiled-in features, etc., count as diagnostic info. The info aggregated from all plugins will be sent to the issue tracker with bug reports, for example, so returning proper data can aid in debugging.
Definition at line 43 of file ihavediaginfo.h.
|
inlinevirtual |
Definition at line 46 of file ihavediaginfo.h.
|
pure virtual |
Returns the human-readable diagnostic info.