summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorplugin.h
diff options
context:
space:
mode:
authorPrzemyslaw Gorszkowski <pgorszkowski@gmail.com>2013-02-19 08:44:44 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2013-02-21 16:32:25 +0100
commitea32191542ad0d2f9f02ad77ad38f94b5152e04e (patch)
treec826d51627f3e241abf732fe2ebbae786454b547 /src/plugins/diffeditor/diffeditorplugin.h
parent195d39242d4b5159c03013542244b3fe4b0e1e43 (diff)
downloadqt-creator-ea32191542ad0d2f9f02ad77ad38f94b5152e04e.tar.gz
C++: fix instantiation of template special. with pointer argument
Fixed code completion for instantiation of template specialization with argument as pointer, e.g.: template <typename T> struct Template { T variable; }; template <typename T> struct Template<T *> { T *pointer; }; Template<int*> templ; templ.pointer; Change-Id: I7c79fe0cd7119b1208f064aece0cafdf50e1a012 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorplugin.h')
0 files changed, 0 insertions, 0 deletions