summaryrefslogtreecommitdiffstats
path: root/src/preferences/beatdetectionsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preferences/beatdetectionsettings.h')
-rw-r--r--src/preferences/beatdetectionsettings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preferences/beatdetectionsettings.h b/src/preferences/beatdetectionsettings.h
index ea78c08238..1731f2158a 100644
--- a/src/preferences/beatdetectionsettings.h
+++ b/src/preferences/beatdetectionsettings.h
@@ -17,6 +17,7 @@
#define BPM_FIXED_TEMPO_ASSUMPTION "BeatDetectionFixedTempoAssumption"
#define BPM_FIXED_TEMPO_OFFSET_CORRECTION "FixedTempoOffsetCorrection"
#define BPM_REANALYZE_WHEN_SETTINGS_CHANGE "ReanalyzeWhenSettingsChange"
+#define BPM_REANALYZE_IMPORTED "ReanalyzeImported"
#define BPM_FAST_ANALYSIS_ENABLED "FastAnalysisEnabled"
#define BPM_RANGE_START "BPMRangeStart"
@@ -42,6 +43,8 @@ class BeatDetectionSettings {
DEFINE_PREFERENCE_HELPERS(ReanalyzeWhenSettingsChange, bool,
BPM_CONFIG_KEY, BPM_REANALYZE_WHEN_SETTINGS_CHANGE, false);
+ DEFINE_PREFERENCE_HELPERS(ReanalyzeImported, bool, BPM_CONFIG_KEY, BPM_REANALYZE_WHEN_SETTINGS_CHANGE, false);
+
DEFINE_PREFERENCE_HELPERS(FastAnalysis, bool,
BPM_CONFIG_KEY, BPM_FAST_ANALYSIS_ENABLED, false);