| 113 | |
| 114 | |
| 115 | void FindReplace::showFindReplace() { |
| 116 | replaceLine->show(); |
| 117 | replaceButton->show(); |
| 118 | replaceAllButton->show(); |
| 119 | caseSensitive->show(); |
| 120 | |
| 121 | if (isHidden()) |
| 122 | show(); |
| 123 | } |
| 124 | |
| 125 | |
| 126 | void FindReplace::textChanged() { |
no test coverage detected