mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
f5ccef1751
The extended tests cover more AUTOMOC use cases.
13 lines
146 B
C++
13 lines
146 B
C++
#ifndef LOBJB_P_HPP
|
|
#define LOBJB_P_HPP
|
|
|
|
class LObjBPrivate : public QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
LObjBPrivate();
|
|
~LObjBPrivate();
|
|
};
|
|
|
|
#endif
|