]> sigrok.org Git - pulseview.git/blobdiff - pv/globalsettings.hpp
Fix #1446 by starting the decode only for the last PD in the stack
[pulseview.git] / pv / globalsettings.hpp
index e890a800e306b302f0b5939c28d7c78bcfe537d0..bc2a4acd795c8d2bab594eccfd84474e006ce609 100644 (file)
@@ -53,6 +53,7 @@ class GlobalSettings : public QSettings
 public:
        static const QString Key_General_Theme;
        static const QString Key_General_Style;
+       static const QString Key_General_SaveWithSetup;
        static const QString Key_View_ZoomToFitDuringAcq;
        static const QString Key_View_ZoomToFitAfterAcq;
        static const QString Key_View_TriggerIsZeroTime;
@@ -70,6 +71,7 @@ public:
        static const QString Key_View_CursorFillColor;
        static const QString Key_Dec_InitialStateConfigurable;
        static const QString Key_Dec_ExportFormat;
+       static const QString Key_Dec_AlwaysShowAllRows;
        static const QString Key_Log_BufferSize;
        static const QString Key_Log_NotifyOfStacktrace;