summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp5
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 &section, const QString &name,
{
m_Settings->setValue(section + "/" + name, value);
}
+
+void Profile::removeSetting(const QString &section, const QString &name)
+{
+ m_Settings->remove(section + "/" + name);
+} \ No newline at end of file