summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Control.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-12-08 11:58:27 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-12-08 12:20:13 +0100
commitf7164ae9d4936715cdefc379b73f263a0bf9e712 (patch)
tree867cfe266762398a4b7eb0536e3ebc54f9c36b90 /src/shared/cplusplus/Control.h
parent2811d0caf3a746b9421abf434d605592a5935270 (diff)
downloadqt-creator-f7164ae9d4936715cdefc379b73f263a0bf9e712.tar.gz
Introduced TypenameArgument.
Diffstat (limited to 'src/shared/cplusplus/Control.h')
-rw-r--r--src/shared/cplusplus/Control.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h
index 4881b416e8..a0aa165eec 100644
--- a/src/shared/cplusplus/Control.h
+++ b/src/shared/cplusplus/Control.h
@@ -122,6 +122,9 @@ public:
/// Creates a new Argument symbol.
Argument *newArgument(unsigned sourceLocation, const Name *name = 0);
+ /// Creates a new Argument symbol.
+ TypenameArgument *newTypenameArgument(unsigned sourceLocation, const Name *name = 0);
+
/// Creates a new Function symbol.
Function *newFunction(unsigned sourceLocation, const Name *name = 0);