mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
8 lines
100 B
C++
8 lines
100 B
C++
#ifndef MACROALIAS_HPP
|
|
#define MACROALIAS_HPP
|
|
|
|
#include <QObject>
|
|
#define QO_ALIAS Q_OBJECT
|
|
|
|
#endif
|