X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fglobalsettings.cpp;fp=pv%2Fglobalsettings.cpp;h=4fa9bc334d27e4e470ca30afe0ae0d52715da9e9;hp=ca649befad8f318dab49f90e2ef73ad766756625;hb=5d58e6ce2b4b0e786edb3945953e59a664685c1a;hpb=e505bec82f581f838bdcaae3c75bce96676cc9fd diff --git a/pv/globalsettings.cpp b/pv/globalsettings.cpp index ca649bef..4fa9bc33 100644 --- a/pv/globalsettings.cpp +++ b/pv/globalsettings.cpp @@ -52,6 +52,7 @@ const QString GlobalSettings::Key_General_Language = "General_Language"; const QString GlobalSettings::Key_General_Theme = "General_Theme"; const QString GlobalSettings::Key_General_Style = "General_Style"; const QString GlobalSettings::Key_General_SaveWithSetup = "General_SaveWithSetup"; +const QString GlobalSettings::Key_General_StartAllSessions = "General_StartAllSessions"; const QString GlobalSettings::Key_View_ZoomToFitDuringAcq = "View_ZoomToFitDuringAcq"; const QString GlobalSettings::Key_View_ZoomToFitAfterAcq = "View_ZoomToFitAfterAcq"; const QString GlobalSettings::Key_View_TriggerIsZeroTime = "View_TriggerIsZeroTime";