Another failed attempt to make kinetic scrolling work. Simplified
[dorian] / model / settings.cpp
index ea2f8c2..5e853ac 100644 (file)
@@ -17,6 +17,12 @@ Settings *Settings::instance()
     return inst;
 }
 
+void Settings::close()
+{
+    delete inst;
+    inst = 0;
+}
+
 void Settings::setValue(const QString &key, const QVariant &value)
 {
     QSettings s;