16 lines
273 B
C++
16 lines
273 B
C++
#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
|