diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2012-08-22 14:44:53 +0200 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2012-08-23 14:36:01 +0200 |
commit | 74a458bca09b5bd170b64e04bb68c8d958c61932 (patch) | |
tree | 0186c89025ab1ac7d490b794aadf324042286bd5 /src/plugins/cpptools/cpptoolsplugin.h | |
parent | b53d5628168b69352ee95b08ffa2c3f5693aa626 (diff) | |
download | qt-creator-74a458bca09b5bd170b64e04bb68c8d958c61932.tar.gz |
C++: Improve completion when forward declarations present
This fixes one of the issues mentioned in the report below.
THe other part will come in a separate patch.
Task-number: QTCREATORBUG-7730
Change-Id: I9f56a9bcec8a881dab3ab60f40c5b71f296466da
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 5a07c0add3..ba88d11896 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -90,6 +90,7 @@ private slots: void test_codegen_definition_last_member(); void test_codegen_definition_middle_member(); + void test_completion_forward_declarations_present(); void test_completion_basic_1(); void test_completion_template_1(); void test_completion_template_as_base(); |