qcpix/tsrc/orbitsearch/searchhelper.h
changeset 13 fcb2a58c181b
parent 0 671dee74050a
child 14 8bd192d47aaa
equal deleted inserted replaced
11:7c6f43cd91cf 13:fcb2a58c181b
    18 #ifndef HELPER_H_
    18 #ifndef HELPER_H_
    19 #define HELPER_H_
    19 #define HELPER_H_
    20 
    20 
    21 #include <QObject>
    21 #include <QObject>
    22 #include "uicontrols.h"
    22 #include "uicontrols.h"
    23 #include <qcpixsearcher.h>
    23 #include <cpixsearcher.h>
    24 #include <QTime>
    24 #include <QTime>
    25 
    25 
    26 class SearchHelper: public QObject
    26 class SearchHelper: public QObject
    27     {
    27     {
    28 Q_OBJECT
    28 Q_OBJECT
    33 public slots:
    33 public slots:
    34     void doSearch();
    34     void doSearch();
    35     
    35     
    36 private:
    36 private:
    37     ORBIT_SEARCH_CONTROLS //Not owned.
    37     ORBIT_SEARCH_CONTROLS //Not owned.
    38     QCPixSearcher* searcher;//Owned
    38     CpixSearcher* searcher;//Owned
    39     QTime searchTime;
    39     QTime searchTime;
    40     };
    40     };
    41 
    41 
    42 #endif /* HELPER_H_ */
    42 #endif /* HELPER_H_ */