#ifndef CUSTOM_MACROS_HPP
#define CUSTOM_MACROS_HPP

#include <QObject>
#define QO1_ALIAS Q_OBJECT
#define QO2_ALIAS Q_OBJECT

#endif