Bug 307111

Summary: Code completion is wrong for undeclared signals
Product: [Applications] kdevelop Reporter: Rolf Eike Beer <kde>
Component: Language Support: CPP (old)Assignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: wishlist CC: aleixpol
Priority: NOR    
Version: 4.3.80   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Rolf Eike Beer 2012-09-20 16:38:13 UTC
Write in a method of any QObject:

emit someNewSignal();

The code completion offers do declare it as public, protected, and private method and such things, which is all wrong. The only place where this should be declared is in "signals".



Reproducible: Always
Comment 1 Aleix Pol 2013-03-31 01:39:52 UTC
It's C++ things, so put it under C++