summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.h
diff options
context:
space:
mode:
authorPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>2013-02-16 13:28:34 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2013-02-20 09:58:34 +0100
commit2b0e643e3da74af206a1826ae1a52075ac3efdc0 (patch)
tree6969b2f366e252e0876c9388fb2e6c6c9fe5c1b5 /src/plugins/cpptools/cpptoolsplugin.h
parentc9d7b396e506ea5255655b2dfe62d30916c60795 (diff)
downloadqt-creator-2b0e643e3da74af206a1826ae1a52075ac3efdc0.tar.gz
C++: fixed resolving complex typedef
Unit test describe this complex typedef. Another step to bring code completion for stl containers. Change-Id: I27985c4ea7c26c723d7a88ce42c5ecf164b6c903 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r--src/plugins/cpptools/cpptoolsplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h
index d132ecce67..e7eae03882 100644
--- a/src/plugins/cpptools/cpptoolsplugin.h
+++ b/src/plugins/cpptools/cpptoolsplugin.h
@@ -122,6 +122,7 @@ private slots:
void test_completion_typedef_of_pointer();
void test_completion_typedef_of_pointer_inside_function();
void test_completion_typedef_is_inside_function_before_declaration_block();
+ void test_completion_resolve_complex_typedef_with_template();
void test_format_pointerdeclaration_in_simpledeclarations();
void test_format_pointerdeclaration_in_simpledeclarations_data();