https://bugs.kde.org/show_bug.cgi?id=358506

Kevin Funk <kf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kf...@kde.org
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
          Component|general                     |Language Support: CPP
                   |                            |(Clang-based)

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Regarding the duplication of GUIs: You're using kdevelop from master, right? We
have a few "bad commits" in there which change the way fixits are handled.
We've reverted them in the 5.0 branch, but didn't do so in master yet. Sorry
for this.

Regarding KDevelop not suggesting <QBuffer>: That's a problem with the
developer-build of Qt indeed. Right now we don't propose headers which just
include other headers. (In a developer build, the QBuffer header just includes
qbuffer.h, that's all it does). As far as I remember this rule is here to be
able to only propose include files which actually contain the declaration
you're looking for (IOW: KDevelop knows the QBuffer decl is part of qbuffer.h,
but not <QBuffer>, thus doesn't propose the latter).

We should probably ignore that rule specifically for Qt developer-builds, in
some way...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to