Fix build on Qt 5.2.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-02-17 20:45:10 +02:00
parent 573f6a828a
commit 9763aaa59d
2 changed files with 4 additions and 2 deletions

View file

@ -27,9 +27,10 @@
*************************************************************************/ *************************************************************************/
#include "tst_abstracttranslation.h" #include "tst_abstracttranslation.h"
#include <QtGlobal>
#include <QtTest> #include <QtTest>
#include "../vmisc/logging.h"
const QString TST_AbstractTranslation::TagName = QStringLiteral("name"); const QString TST_AbstractTranslation::TagName = QStringLiteral("name");
const QString TST_AbstractTranslation::TagMessage = QStringLiteral("message"); const QString TST_AbstractTranslation::TagMessage = QStringLiteral("message");
const QString TST_AbstractTranslation::TagSource = QStringLiteral("source"); const QString TST_AbstractTranslation::TagSource = QStringLiteral("source");

View file

@ -27,9 +27,10 @@
*************************************************************************/ *************************************************************************/
#include "tst_tslocaletranslation.h" #include "tst_tslocaletranslation.h"
#include <QtGlobal>
#include <QtTest> #include <QtTest>
#include "../vmisc/logging.h"
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
TST_TSLocaleTranslation::TST_TSLocaleTranslation(const QString &locale, QObject *parent) TST_TSLocaleTranslation::TST_TSLocaleTranslation(const QString &locale, QObject *parent)
: TST_AbstractTranslation(parent), : TST_AbstractTranslation(parent),