#ifndef SIMPLE_LIB_H #define SIMPLE_LIB_H #include class SimpleLib : public QObject { Q_OBJECT public: SimpleLib(); ~SimpleLib(); }; #endif