Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCf87e0097045b: remove unneeded includes when building without BIP70
cmake .. -GNinja -DENABLE_BIP70=OFF ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- funcs_mk
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27082 Build 53730: Build Diff build-clang-tidy · build-without-wallet · lint-circular-dependencies · build-clang · build-debug · build-diff Build 53729: arc lint + arc unit
Event Timeline
Comment Actions
include QDebug only when building without BIP70
See also https://github.com/bitcoin/bitcoin/pull/17165
src/qt/optionsmodel.cpp | ||
---|---|---|
25 ↗ | (On Diff #45164) | you should include unconditionally |
Comment Actions
include QDebug unconditionally and rebase to remove D15426 from this stack of commits