Rename the header qtranslation.h -> qttranslation.h
Change-Id: I0e78e2e7cddfb98ff3ed50edf6b567c7f0207008 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
fce36ac866
commit
4e35ced932
@ -81,8 +81,8 @@ qt_internal_add_module(Core
|
||||
global/qtdeprecationmarkers.h
|
||||
global/qtenvironmentvariables.cpp global/qtenvironmentvariables.h
|
||||
global/qtrace_p.h
|
||||
global/qtranslation.h
|
||||
global/qtresource.h
|
||||
global/qttranslation.h
|
||||
global/qtversionchecks.h
|
||||
global/qtypeinfo.h
|
||||
global/qtypes.cpp global/qtypes.h
|
||||
|
@ -100,8 +100,8 @@ QT_END_NAMESPACE
|
||||
#include <QtCore/qswap.h>
|
||||
#include <QtCore/qtdeprecationmarkers.h>
|
||||
#include <QtCore/qtenvironmentvariables.h>
|
||||
#include <QtCore/qtranslation.h>
|
||||
#include <QtCore/qtresource.h>
|
||||
#include <QtCore/qttranslation.h>
|
||||
#include <QtCore/qtypetraits.h>
|
||||
#include <QtCore/qversiontagging.h>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
// Copyright (C) 2022 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#ifndef QTRANSLATION_H
|
||||
#define QTRANSLATION_H
|
||||
#ifndef QTTRANSLATION_H
|
||||
#define QTTRANSLATION_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if 0
|
||||
#pragma qt_class(QTranslation)
|
||||
#pragma qt_class(QtTranslation)
|
||||
#pragma qt_sync_stop_processing
|
||||
#endif
|
||||
|
||||
@ -38,4 +38,4 @@ QT_END_NAMESPACE
|
||||
|
||||
#endif // QT_NO_TRANSLATION
|
||||
|
||||
#endif /* QTRANSLATION_H */
|
||||
#endif /* QTTRANSLATION_H */
|
@ -3,7 +3,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TR_NOOP(sourceText)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for delayed
|
||||
translation in the current context (class).
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRANSLATE_NOOP(context, sourceText)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for delayed
|
||||
translation in the given \a context. The \a context is typically
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRANSLATE_NOOP3(context, sourceText, disambiguation)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 4.4
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for delayed
|
||||
@ -63,7 +63,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TR_N_NOOP(sourceText)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 5.12
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for numerator
|
||||
@ -83,7 +83,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRANSLATE_N_NOOP(context, sourceText)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 5.12
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for numerator
|
||||
@ -104,7 +104,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRANSLATE_N_NOOP3(context, sourceText, comment)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 5.12
|
||||
|
||||
Marks the UTF-8 encoded string literal \a sourceText for numerator
|
||||
@ -128,7 +128,7 @@
|
||||
|
||||
/*!
|
||||
\fn QString qtTrId(const char *id, int n = -1)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\reentrant
|
||||
\since 4.6
|
||||
|
||||
@ -168,7 +168,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRID_NOOP(id)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 4.6
|
||||
|
||||
\brief The QT_TRID_NOOP macro marks an id for dynamic translation.
|
||||
@ -187,7 +187,7 @@
|
||||
|
||||
/*!
|
||||
\macro QT_TRID_N_NOOP(id)
|
||||
\relates <QTranslation>
|
||||
\relates <QtTranslation>
|
||||
\since 6.3
|
||||
|
||||
\brief The QT_TRID_N_NOOP macro marks an id for numerator
|
Loading…
Reference in New Issue
Block a user