Merge pull request #2081 from sorokin/split

Split a few files into .h and .cpp
This commit is contained in:
sledgehammer999 2014-11-02 16:40:41 +02:00
commit 4f2b7c2e10
15 changed files with 1237 additions and 1010 deletions

View file

@ -29,6 +29,7 @@
#ifndef JSONUTILS_H
#define JSONUTILS_H
#include <QVariant>
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#include <QJsonDocument>
#include <QJsonObject>