![]() |
LeechCraft
0.6.70-13605-g8cd066ad6a
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 42 of file ihavediaginfo.h.
|
inlinevirtual |
Definition at line 45 of file ihavediaginfo.h.
|
pure virtual |
Returns the human-readable diagnostic info.