Bug 426781 - [Qt] QObject::connect content assist should not always be applied
Summary: [Qt] QObject::connect content assist should not always be applied
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-other (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 06:38 EST by Andrew Eidsness CLA
Modified: 2020-09-04 15:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eidsness CLA 2014-01-28 06:38:56 EST
E.g.,

    class Q : public QObject { Q_OBJECT };
    void f()
    {
        Q * q;
        q->

Trying content assist at this point will suggest a SIGNAL macro reference.
Comment 1 Andrew Eidsness CLA 2014-01-28 06:48:52 EST
I've pushed a fix for this to:

    https://git.eclipse.org/r/21188