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

            Bug ID: 369403
           Summary: QT connect calls do not have autocomplete
           Product: kdevelop
           Version: 5.0.1
          Platform: Appimage
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: master.ha...@gmail.com

In KDevelop 4.7.3, when typing out a connect for signals/slots in qt, i would
get an autocomplete for everything inside of the call, including inside of
SIGNAL() and SLOT(). This does not seem to happen in 5.0.1. it seems to not
understand what i'm looking for inside of the SIGNAL/SLOT macros.

Reproducible: Always

Steps to Reproduce:
1. Create a qobject with signals/slots: 
signals: 
void testSignal(double);
slots:
void testSlot(double);
2. type 'connect(this,SIGNAL()'
3.begin typing into the parenthesis in SIGNAL() 'test' 

Actual Results:  
It will only prompt for text completion, not context completion

Expected Results:  
should prompt testSignal(double), and then on the slot, it should prompt
testSlot(double), like it did in 4.7.

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

Reply via email to