Several fixes to the merge request

This commit is contained in:
Christophe Dumez
2011-09-21 17:48:39 +03:00
parent c25f51e866
commit 7bd19f7696
3 changed files with 37 additions and 52 deletions

View File

@@ -229,14 +229,6 @@ public:
setValue("Preferences/Downloads/AppendLabel", b);
}
bool rememberLastLocation() const {
return value(QString::fromUtf8("Preferences/Downloads/RememberLastLocation"), false).toBool();
}
void setRememberLastLocation(bool b) {
setValue("Preferences/Downloads/RememberLastLocation", b);
}
QString lastLocationPath() const {
return value(QString::fromUtf8("Preferences/Downloads/LastLocationPath"), QString()).toString();
}