mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-11 00:49:44 +00:00
fix hro interface
This commit is contained in:
parent
a50d7a0348
commit
5616b7e6fd
@ -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:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user