#ifndef EXAMPLE_H #define EXAMPLE_H #include <QObject> class Example : public QObject { Q_OBJECT Example(); }; #endif