filemanager/src/filemanager/src/fmdriverview.h
changeset 37 15bc28c9dd51
parent 14 1957042d8c7e
child 40 4167eb56f30d
equal deleted inserted replaced
16:ada7962b4308 37:15bc28c9dd51
    41     void on_backupAction_triggered();
    41     void on_backupAction_triggered();
    42     void on_restoreAction_triggered();
    42     void on_restoreAction_triggered();
    43     void on_findAction_triggered();
    43     void on_findAction_triggered();
    44 
    44 
    45     void activated( const QString &pathName );
    45     void activated( const QString &pathName );
    46     void refreshModel( const QString &path  );
    46     void refreshDrive();
    47     void startSearch( const QString &targetPath, const QString &criteria );
    47     void startSearch( const QString &targetPath, const QString &criteria );
    48 
    48 
    49 #ifdef FM_CHANGE_ORIENT_ENABLE
    49 #ifdef FM_CHANGE_ORIENT_ENABLE
    50     void on_rotateAction_triggered();
    50     void on_rotateAction_triggered();
    51 #endif
    51 #endif