filemanager/src/filemanager/src/fmfindresultmodel.h
changeset 29 b3155376f2b4
parent 16 ada7962b4308
child 30 6e96d2143d46
equal deleted inserted replaced
24:1d0c87b42e2e 29:b3155376f2b4
    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();
       
    83 
    82 
    84 private slots:
    83 private slots:
    85     void on_findThread_found( int count );
    84     void on_findThread_found( int count );
    86 
    85 
    87 private:
    86 private: