Refactore parse-xml.c into parse.c and parse-xml.c

This should help us to move parsing that is not XML related to other
files, hopefully making the code cleaner.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-11-27 19:41:10 +02:00 committed by Dirk Hohndel
parent 0c564a4579
commit 02c80a60b0
7 changed files with 550 additions and 446 deletions

View file

@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include "testparse.h"
#include "core/dive.h"
#include "core/parse.h"
#include "core/file.h"
#include "core/divelist.h"
#include <QTextStream>