mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
#ifndef ExternDotGenerated_HPP
|
|
#define ExternDotGenerated_HPP
|
|
|
|
#include <QObject>
|
|
|
|
// GENERATED Object source includes externally generated .moc file
|
|
class ExternDotGenerated : public QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ExternDotGenerated();
|
|
~ExternDotGenerated();
|
|
};
|
|
|
|
#endif
|