diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 12:28:29 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-03 12:28:29 +0100 |
| commit | c36d1126df94d879181a95d63862117a62d5ff60 (patch) | |
| tree | 59a813804c61473b4fe786a70af2d418598b6975 /src | |
| parent | b708bcc097122e5b4f12b520d7f9880cd3cc28aa (diff) | |
Remove log.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modconflicticondelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modconflicticondelegate.cpp b/src/modconflicticondelegate.cpp index 4cdea658..cbc32037 100644 --- a/src/modconflicticondelegate.cpp +++ b/src/modconflicticondelegate.cpp @@ -100,7 +100,7 @@ QList<QString> ModConflictIconDelegate::getIcons(const QModelIndex &index) const if (info->isSeparator() && m_View->hasCollapsibleSeparators() && !m_View->isExpanded(index.sibling(index.row(), 0))) { - MOBase::log::debug("Recurse for sep {}: {} {} {}", info->name(), info->isSeparator(), m_View->hasCollapsibleSeparators(), m_View->isExpanded(index)); + // combine the child conflicts std::set<ModInfo::EConflictFlag> eFlags(flags.begin(), flags.end()); for (int i = 0; i < m_View->model()->rowCount(index); ++i) { |
