summaryrefslogtreecommitdiffstats
path: root/addon/xmlparse/compoundhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/xmlparse/compoundhandler.h')
-rw-r--r--addon/xmlparse/compoundhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addon/xmlparse/compoundhandler.h b/addon/xmlparse/compoundhandler.h
index 7d7c9b9..420cac6 100644
--- a/addon/xmlparse/compoundhandler.h
+++ b/addon/xmlparse/compoundhandler.h
@@ -36,6 +36,7 @@ class CompoundHandler : public ICompound, public BaseHandler<CompoundHandler>
virtual void endCompoundName();
virtual void startBriefDesc(const QXmlAttributes& attrib);
virtual void startDetailedDesc(const QXmlAttributes& attrib);
+ virtual void startLocation(const QXmlAttributes& attrib);
CompoundHandler(IBaseHandler *parent);
virtual ~CompoundHandler();
@@ -74,6 +75,8 @@ class CompoundHandler : public ICompound, public BaseHandler<CompoundHandler>
QString m_id;
QString m_kind;
QString m_name;
+ QString m_defFile;
+ int m_defLine;
};
#endif