https://bugs.kde.org/show_bug.cgi?id=358520
Bug ID: 358520
Summary: Completion offers to implement std::set<QByteArray> *
qgpu_features(const QString&)
Product: kdevelop
Version: 4.90.91
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
At the top of kio/autotests/clipboardupdatertest.cpp (probably doesn't matter),
type
class FooPrivate
{
void foo();
};
then request completion, it will offer
* implement std::set<QByteArray> * qgpu_features(const QString&) (WTF?)
* implement void FooPrivate::foo() [as expected]
Reproducible: Always
Expected Results:
it shouldn't offer me to implement random stuff from Qt.
--
You are receiving this mail because:
You are watching all bug changes.