Fix build on Qt 5.2.
--HG-- branch : develop
This commit is contained in:
parent
573f6a828a
commit
9763aaa59d
|
@ -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");
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user