aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kconfigloaderhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kconfigloaderhandler_p.h')
-rw-r--r--src/gui/kconfigloaderhandler_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/kconfigloaderhandler_p.h b/src/gui/kconfigloaderhandler_p.h
index bc199e0e..297e5462 100644
--- a/src/gui/kconfigloaderhandler_p.h
+++ b/src/gui/kconfigloaderhandler_p.h
@@ -17,9 +17,8 @@ public:
bool parse(QIODevice *input);
- bool startElement(const QStringRef &localName, const QXmlStreamAttributes &attrs);
- bool endElement(const QStringRef &localName);
- bool characters(const QStringRef &ch);
+ void startElement(const QStringView localName, const QXmlStreamAttributes &attrs);
+ void endElement(const QStringView localName);
private:
void addItem();