#ifndef COUNTINGTHREAD_H #define COUNTINGTHREAD_H #include #include class CountingThread : public QObject { Q_OBJECT public: explicit CountingThread(QObject *parent = 0); void SetupCounterThread(QThread &cThread); signals: public slots: }; #endif // COUNTINGTHREAD_H