----------------------------------------------------------------------------
| 157 | |
| 158 | //---------------------------------------------------------------------------- |
| 159 | void pqPythonMacroSettings::removeItemFromSettings(const QString& macroPath) |
| 160 | { |
| 161 | auto valueMap = this->getItemSettings(); |
| 162 | if (valueMap.remove(macroPath) > 0) |
| 163 | { |
| 164 | this->writeItemSettings(valueMap); |
| 165 | } |
| 166 | } |
no test coverage detected