inputoverwatcher.h 247 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #ifndef INPUTOVERWATCHER_H #define INPUTOVERWATCHER_H #include <QObject> class InputOverwatcher : public QObject { Q_OBJECT public: explicit InputOverwatcher(QObject *parent = 0); signals: public slots: }; #endif // INPUTOVERWATCHER_H