8#ifndef HUMANREADABLEOBJECT_H
9#define HUMANREADABLEOBJECT_H
The HumanReadableObject interface This is simple class that add one virtula method toString....
virtual QString toString() const =0
toString This method convert this object to human readable string.
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
HumanReadableObject iHRO
iHRO This is short abriviature of the HumanReadableObject class.
#define QUASARAPPSHARED_EXPORT