summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/linkedtexthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxmlparser/src/linkedtexthandler.h')
-rw-r--r--addon/doxmlparser/src/linkedtexthandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/doxmlparser/src/linkedtexthandler.h b/addon/doxmlparser/src/linkedtexthandler.h
index 0569b00..6055d29 100644
--- a/addon/doxmlparser/src/linkedtexthandler.h
+++ b/addon/doxmlparser/src/linkedtexthandler.h
@@ -3,7 +3,7 @@
* $Id$
*
*
- * Copyright (C) 1997-2001 by Dimitri van Heesch.
+ * Copyright (C) 1997-2002 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -36,6 +36,7 @@ class LinkedTextHandler : public BaseHandler<LinkedTextHandler>
virtual void end();
virtual void startRef(const QXmlAttributes& attrib);
virtual void endRef();
+ static QString toString(const QList<ILinkedText> &list);
private:
IBaseHandler *m_parent;