9 #ifndef PLUGINMANAGER_H_
10 #define PLUGINMANAGER_H_
14 #include <QXmlDefaultHandler>
48 bool startElement(
const QString& namespaceURI,
const QString& localName,
const QString& qName,
49 const QXmlAttributes& attributes);
50 bool endElement(
const QString& namespaceURI,
const QString& localName,
51 const QString& qName);
52 bool fatalError(
const QXmlParseException& exception);