aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-07-27 18:04:59 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:17 -0300
commitb3644ccd1f52073ed70ce8b6e0ed4f58a07632d7 (patch)
tree9b444413f35daa050994b9133c29ad5410c5a0e0 /abstractmetalang.h
parent1a989347e029e9f90b5c2c727243a02d1c1aa496 (diff)
Copied AbstractMetaBuilder::decideUsagePattern() method to AbstractMetaType.
The decideUsagePattern on AbstractMetaBuilder now calls the new AbstractMetaType's method.
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index b58a00f24..a3a8def6d 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -589,6 +589,9 @@ public:
return m_originalTemplateType;
}
+ /// Decides and sets the proper usage patter for the current meta type.
+ void decideUsagePattern();
+
private:
const TypeEntry *m_typeEntry;
AbstractMetaTypeList m_instantiations;