| 68 | } |
| 69 | |
| 70 | void BatchFindReplace::insertToFindReplaceTable(QStringList& replaceKeyword) |
| 71 | { |
| 72 | for (int i = 0; i < replaceKeyword.size(); ++i) |
| 73 | { |
| 74 | insertToReplaceTable(i, replaceKeyword.at(i)); |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void BatchFindReplace::appendToFindReplaceTable(QStringList& findKeyword) |