summaryrefslogtreecommitdiffhomepage
path: root/compat/options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/options.hpp')
-rw-r--r--compat/options.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/options.hpp b/compat/options.hpp
index 40aca2de..432ed52a 100644
--- a/compat/options.hpp
+++ b/compat/options.hpp
@@ -139,10 +139,12 @@ namespace options {
private:
QMutex implsgl_mtx;
map<k, tt> implsgl_data;
+ void after_profile_changed_();
public:
opt_singleton();
pbundle bundle(const k& key);
void bundle_decf(const k& key);
+ static void refresh_all_bundles();
};
OPENTRACK_COMPAT_EXPORT opt_singleton& singleton();