qcpix/tsrc/orbitsearch/searchhelper.h
changeset 14 8bd192d47aaa
parent 13 fcb2a58c181b
--- a/qcpix/tsrc/orbitsearch/searchhelper.h	Mon Jul 26 12:27:31 2010 +0530
+++ b/qcpix/tsrc/orbitsearch/searchhelper.h	Mon Aug 09 10:51:30 2010 +0530
@@ -27,16 +27,19 @@
     {
 Q_OBJECT
 public:
-    SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit* );
+    SearchHelper(HbLineEdit*, HbPushButton*, HbTextEdit*, HbLineEdit*, HbLineEdit*, HbPushButton* );
     ~SearchHelper();
 
 public slots:
     void doSearch();
+    void showdocs();
     
 private:
     ORBIT_SEARCH_CONTROLS //Not owned.
     CpixSearcher* searcher;//Owned
     QTime searchTime;
+    QString resultString;
+    int iHits;
     };
 
 #endif /* HELPER_H_ */