From bd2843952a234a8b748f150f71613aff1df6900b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 28 Dec 2015 05:47:11 +0100 Subject: NOISSUE export more stuff from Json --- logic/Json.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'logic') diff --git a/logic/Json.h b/logic/Json.h index 5d3186ce..d13230b8 100644 --- a/logic/Json.h +++ b/logic/Json.h @@ -111,31 +111,31 @@ template T requireIsType(const QJsonValue &value, const QString &what = "Value"); /// @throw JsonException -template<> double requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT double requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> bool requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT bool requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> int requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT int requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QJsonObject requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QJsonObject requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QJsonArray requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QJsonArray requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QJsonValue requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QJsonValue requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QByteArray requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QByteArray requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QDateTime requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QDateTime requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QVariant requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QVariant requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QString requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QString requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QUuid requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QUuid requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QDir requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QDir requireIsType(const QJsonValue &value, const QString &what); /// @throw JsonException -template<> QUrl requireIsType(const QJsonValue &value, const QString &what); +template<> MULTIMC_LOGIC_EXPORT QUrl requireIsType(const QJsonValue &value, const QString &what); // the following functions are higher level functions, that make use of the above functions for // type conversion -- cgit v1.2.3