| 739 | |
| 740 | |
| 741 | bool V3DocViewWin::setHelpFile( lString16 filename ) |
| 742 | { |
| 743 | if ( LVFileExists( filename ) ) { |
| 744 | _helpFile = filename; |
| 745 | return true; |
| 746 | } |
| 747 | return false; |
| 748 | } |
| 749 | |
| 750 | lString16 V3DocViewWin::getHelpFile( ) |
| 751 | { |
no test coverage detected