blob: 7eaab2afbf709b4d473010a3a2272d79ca967bab [file] [log] [blame]
#ifndef ExternDot_HPP
#define ExternDot_HPP
#include <QObject>
// Object source includes externally generated .moc file
class ExternDot : public QObject
{
Q_OBJECT
public:
ExternDot();
~ExternDot();
};
#endif