| 35 | } |
| 36 | |
| 37 | void BinaryToolsSetting::replaceKey(const QString &oldKey, const QString &newKey) |
| 38 | { |
| 39 | settings->setValue(newKey ,settings->value(oldKey)); |
| 40 | settings->remove(oldKey); |
| 41 | } |
| 42 | |
| 43 | bool BinaryToolsSetting::hasKey(const QString &key) |
| 44 | { |