filemanager/src/filemanager/src/fmfindresultmodel.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 25 b7bfdea70ca2
child 29 b3155376f2b4
child 37 15bc28c9dd51
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    77     void finished();
    77     void finished();
    78 
    78 
    79     // pass modelCountChanged signal to parent widget
    79     // pass modelCountChanged signal to parent widget
    80     // so parent widget could change contentWiget between emptyTipsWidget and listWidget
    80     // so parent widget could change contentWiget between emptyTipsWidget and listWidget
    81     void modelCountChanged( int count );
    81     void modelCountChanged( int count );
       
    82     void refresh();
    82 
    83 
    83 private slots:
    84 private slots:
    84     void on_findThread_found( int count );
    85     void on_findThread_found( int count );
    85 
    86 
    86 private:
    87 private: