Subversion Repositories seema-scanner

Rev

Rev 75 | Rev 207 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 78
Line 11... Line 11...
11
 
11
 
12
class SMCalibrationWorker : public QObject{
12
class SMCalibrationWorker : public QObject{
13
    Q_OBJECT
13
    Q_OBJECT
14
 
14
 
15
    public:
15
    public:
16
        explicit SMCalibrationWorker(QObject *parent): QObject(parent){}
16
        SMCalibrationWorker(){}
17
        ~SMCalibrationWorker(){}
17
        ~SMCalibrationWorker(){}
18
    public slots:
18
    public slots:
19
        void performCalibration(std::vector< SMCalibrationSet > calibrationData);
19
        void performCalibration(std::vector< SMCalibrationSet > calibrationData);
20
    private slots:
20
    private slots:
21
    signals:
21
    signals: