Added network to UNIT tests (needed for CUrl

Other includes where needed
This commit is contained in:
Klaus Basan
2019-06-29 20:48:38 +02:00
committed by Mat Sutcliffe
parent 458daa4532
commit 74be3fa8c2
10 changed files with 16 additions and 15 deletions

View File

@@ -11,11 +11,11 @@
#ifndef BLACKMISC_NETWORK_URL_H
#define BLACKMISC_NETWORK_URL_H
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/metaclass.h"
#include "blackmisc/propertyindex.h"
#include "blackmisc/valueobject.h"
#include "blackmisc/variant.h"
#include "blackmisc/blackmiscexport.h"
#include <QJsonObject>
#include <QMetaType>