4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-04 05:29:44 +00:00

fix hro interface

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

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