diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-17 23:50:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-17 23:51:14 +0200 |
commit | 93d6e7a6b8d135365a0f073098ba97f905d2c550 (patch) | |
tree | aae77f89c09521b1d2e19dd2ad00ea28299a0581 /options/bundle.hpp | |
parent | 1a7b39fcd77ee82450d591357ea336f956d49734 (diff) |
options: support deferred writes when saving bundles
The mapping window has 13 bundles total in use. Setting them all can take up
to a large fraction of a second on some windows filesystems. Do a single
config write instead.
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r-- | options/bundle.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp index 56d48f60..0283c911 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -41,6 +41,7 @@ public: void store_kv(const QString& name, const QVariant& datum); bool contains(const QString& name) const; void save(); + void save_deferred(QSettings& s); bool modifiedp() const; template<typename t> |