1 2 3 4 5 6 7
#ifndef MACROALIAS_HPP #define MACROALIAS_HPP #include <QObject> #define QO_ALIAS Q_OBJECT #endif