X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=b7f7af06de2d8ec5efbb7e15205187ff9090928c;hp=093ac59b59ca584ba028d3313cfd6753a3065f8a;hb=72486b789078f024e4f3404f81118c03b03e2b70;hpb=7671200bd71de8cdd922b41b025ea18de6422345 diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index 093ac59b..b7f7af06 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -20,7 +20,6 @@ #ifndef PULSEVIEW_GLOBALSETTINGS_HPP #define PULSEVIEW_GLOBALSETTINGS_HPP -#include #include #include @@ -29,7 +28,6 @@ #include #include -using std::function; using std::map; using std::vector; @@ -50,7 +48,7 @@ public: static const QString Key_View_ZoomToFitDuringAcq; static const QString Key_View_ZoomToFitAfterAcq; static const QString Key_View_TriggerIsZeroTime; - static const QString Key_View_ColouredBG; + static const QString Key_View_ColoredBG; static const QString Key_View_StickyScrolling; static const QString Key_View_ShowSamplingPoints; static const QString Key_View_ShowAnalogMinorGrid; @@ -58,6 +56,8 @@ public: static const QString Key_View_DefaultDivHeight; static const QString Key_View_DefaultLogicHeight; static const QString Key_Dec_InitialStateConfigurable; + static const QString Key_Log_BufferSize; + static const QString Key_Log_NotifyOfStacktrace; enum ConvThrDispMode { ConvThrDispMode_None = 0,