Skip to content

Fix C++ parent class method completion.#87

Open
baohaojun wants to merge 2 commits intoGolevka:masterfrom
baohaojun:master
Open

Fix C++ parent class method completion.#87
baohaojun wants to merge 2 commits intoGolevka:masterfrom
baohaojun:master

Conversation

@baohaojun
Copy link

For e.g., in Qt, QFile has a close() method inherited:

void QFileDevice::close();
void QIODevice::close();

Now, when close() is completed, it turns out to be close:close(),
because :close() instead of () is incorrectly parsed as the argument.

Signed-off-by: Bao Haojun baohaojun@gmail.com

For e.g., in Qt, QFile has a close() method inherited:

    void QFileDevice::close();
    void QIODevice::close();

Now, when close() is completed, it turns out to be close:close(),
because :close() instead of () is incorrectly parsed as the argument.

Signed-off-by: Bao Haojun <baohaojun@gmail.com>
Signed-off-by: Bao Haojun <baohaojun@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant