Skip to content

[pull] master from flameshot-org:master#217

Merged
pull[bot] merged 3 commits intoUncodedtech:masterfrom
flameshot-org:master
Mar 21, 2026
Merged

[pull] master from flameshot-org:master#217
pull[bot] merged 3 commits intoUncodedtech:masterfrom
flameshot-org:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 21, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ElTh0r0 and others added 3 commits March 21, 2026 06:33
The widget's layout is set in the member initializer list (line 25)
via m_layout(new QVBoxLayout(this)). Passing 'this' to the QHBoxLayout
constructor at line 84 tries to set a second layout on the same widget,
which Qt rejects with a warning on every capture:

  QLayout: Attempting to add QLayout "" to SidePanelWidget "",
  which already has a layout

The parent argument is unnecessary since the layout is added to
m_layout via addLayout() at line 94.

Co-authored-by: Benigno Batista Júnior <benigno@opus-software.com.br>
@pull pull bot locked and limited conversation to collaborators Mar 21, 2026
@pull pull bot added the ⤵️ pull label Mar 21, 2026
@pull pull bot merged commit b26cf40 into Uncodedtech:master Mar 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants