logic: Suggest full reindex after changing custom command

This commit is contained in:
Eberhard Graether
2018-12-17 16:33:52 +01:00
parent f169805fbc
commit 19190f4e5e
@@ -51,7 +51,8 @@ bool SourceGroupSettingsCustomCommand::equals(std::shared_ptr<SourceGroupSetting
SourceGroupSettings::equals(other) &&
SourceGroupSettingsWithSourceExtensions::equals(otherCustom) &&
SourceGroupSettingsWithSourcePaths::equals(otherCustom) &&
SourceGroupSettingsWithExcludeFilters::equals(otherCustom)
SourceGroupSettingsWithExcludeFilters::equals(otherCustom) &&
m_customCommand == otherCustom->m_customCommand
);
}