Bug 307111 - Code completion is wrong for undeclared signals
Summary: Code completion is wrong for undeclared signals
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 4.3.80
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 16:38 UTC by Rolf Eike Beer
Modified: 2014-01-25 01:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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++