[4.7.4] Fix #33752: avoid adding dock to frame that will be deleted later#33848
[4.7.4] Fix #33752: avoid adding dock to frame that will be deleted later#33848RomanPudashkin wants to merge 2 commits into
Conversation
…later The dock widget may still hold a pointer to such a frame in m_lastPositions Restoring it there causes FrameQuick::~FrameQuick() to delete the dock widget via qDeleteAll(), leading to a crash later
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughTwo unrelated fixes are included. First, 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Resolves: #33752