Skip to content
Snippets Groups Projects
Commit c9e88a96 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Introduced settings database based on sqlite

Potential replacement for QSettings. This database will allow us to save
settings incrementially, removing most of the performance issues we're
having when our few megabytes of settings are being saved.

Not done in the form of a QSettings backend because it doesn't seem the
backends can do an incremental update of the settings.

Currently used by the QuickOpenPlugin for testing.
parent 8951302a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment