X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=f6a6141fca7ad18ccd1e9276e4eea0789a2dead1;hb=c031de4b8b8a62bfec13de3fd91c0031eb222a04;hp=45247377391267eada5bb5438ce841870022c3ee;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index 4524737..f6a6141 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -42,10 +42,14 @@ public: static const QString Key_View_ColouredBG; static const QString Key_View_StickyScrolling; static const QString Key_View_ShowSamplingPoints; + static const QString Key_View_ShowAnalogMinorGrid; + static const QString Key_Dec_InitialStateConfigurable; public: GlobalSettings(); + void set_defaults_where_needed(); + static void register_change_handler(const QString key, function cb);