diff options
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index 00509ef7..bbb5b814 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -834,3 +834,8 @@ void Profile::storeSetting(const QString §ion, const QString &name, { m_Settings->setValue(section + "/" + name, value); } + +void Profile::removeSetting(const QString §ion, const QString &name) +{ + m_Settings->remove(section + "/" + name); +}
\ No newline at end of file |
