summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcompletion_test.cpp
diff options
context:
space:
mode:
authorPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>2013-05-16 10:15:02 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2013-05-24 14:23:14 +0200
commitf93758b8e1d68ed28dc1a84b71c906d58784cb70 (patch)
tree89850b9c04008a24d010e09bd489a8c8a276b3f5 /src/plugins/cpptools/cppcompletion_test.cpp
parentfeff33827cbe54a39863ef7a5a1e954556ed4302 (diff)
downloadqt-creator-f93758b8e1d68ed28dc1a84b71c906d58784cb70.tar.gz
C++: fix used template function parameters
It was missing colorizing and follow symbol template function parameters in case of: * returning value * use it as qualified name Task-number: QTCREATORBUG-6861 Change-Id: I4226199e1f296cfe5a373783ebbc633e32fc9bcd Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppcompletion_test.cpp')
-rw-r--r--src/plugins/cpptools/cppcompletion_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcompletion_test.cpp b/src/plugins/cpptools/cppcompletion_test.cpp
index a3b56ca108..63f6807ea6 100644
--- a/src/plugins/cpptools/cppcompletion_test.cpp
+++ b/src/plugins/cpptools/cppcompletion_test.cpp
@@ -1908,7 +1908,6 @@ void CppToolsPlugin::test_completion_typedef_using_templates1()
QVERIFY(completions.contains(QLatin1String("bar")));
}
-
void CppToolsPlugin::test_completion_typedef_using_templates2()
{
TestData data;