Skip to content
Verified Commit 94f33095 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Remove unused headers from .h, include needed ones directly in .cpp

Found and suggested by clangd LSP plugin.

There are interesting cases when clangd is wrong about unused headers,
as they are actually required for QObject::connect method's meta-magic
to determine whether signal/slot pointer arguments are actually QObjects.

See also: kscreen!150
          a.k.a. 38113506382d28f7cb44a8ecd9911817649e6cde @ kscreen
parent 91542992
Pipeline #264787 passed with stage
in 3 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment