| 854 | } |
| 855 | |
| 856 | void FileRules::removeRule(size_t ruleIndex) |
| 857 | { |
| 858 | m_impl->validatePosition(ruleIndex, Impl::DEFAULT_NOT_ALLOWED); |
| 859 | m_impl->m_rules.erase(m_impl->m_rules.begin() + ruleIndex); |
| 860 | } |
| 861 | |
| 862 | void FileRules::increaseRulePriority(size_t ruleIndex) |
| 863 | { |