summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xml/sax/qxmlsimplereader/parser/parser.h')
-rw-r--r--tests/auto/xml/sax/qxmlsimplereader/parser/parser.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.h b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.h
index b394f0f22d..e7af7b1cb5 100644
--- a/tests/auto/xml/sax/qxmlsimplereader/parser/parser.h
+++ b/tests/auto/xml/sax/qxmlsimplereader/parser/parser.h
@@ -49,16 +49,16 @@ class ContentHandler;
class Parser : public QXmlSimpleReader
{
- public:
- Parser();
- ~Parser();
+public:
+ Parser();
+ ~Parser();
- bool parseFile(QFile *file);
- QString result() const;
- QString errorMsg() const;
+ bool parseFile(QFile *file);
+ QString result() const;
+ QString errorMsg() const;
- private:
- ContentHandler *handler;
+private:
+ ContentHandler *handler;
};
#endif