summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocMacroName/MacroAlias.hpp
blob: cf06f2af85f20f37add1c4abc835599642169fb5 (plain)
1
2
3
4
5
6
7
#ifndef MACROALIAS_HPP
#define MACROALIAS_HPP

#include <QObject>
#define QO_ALIAS Q_OBJECT

#endif