#ifndef NOTCH_H #define NOTCH_H #include class Notch : public QObject{ Q_OBJECT public: Notch(); }; #endif