mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Merge pull request #2081 from sorokin/split
Split a few files into .h and .cpp
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "jsonutils.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QVariant>
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0)
|
||||
#include <QElapsedTimer>
|
||||
#endif
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user