fix hro interface

This commit is contained in:
Andrei Yankovich 2022-10-31 22:30:14 +03:00
parent a50d7a0348
commit 5616b7e6fd

View File

@ -9,6 +9,7 @@
#define HUMANREADABLEOBJECT_H #define HUMANREADABLEOBJECT_H
#include <QString> #include <QString>
#include "quasarapp_global.h"
namespace QuasarAppUtils { namespace QuasarAppUtils {
@ -16,7 +17,7 @@ namespace QuasarAppUtils {
* @brief The HumanReadableObject interface This is simple class that add one virtula method toString. * @brief The HumanReadableObject interface This is simple class that add one virtula method toString.
* All childs object should be override this method. * All childs object should be override this method.
*/ */
class HumanReadableObject class QUASARAPPSHARED_EXPORT HumanReadableObject
{ {
public: public:
/** /**