forked from qt-creator/qt-creator
Fix some translation contexts
Change-Id: I5471cca06970bc01a77cd1e2fd00890d3f22349f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Internal {
|
|||||||
|
|
||||||
class BoostTestSettingsWidget : public Core::IOptionsPageWidget
|
class BoostTestSettingsWidget : public Core::IOptionsPageWidget
|
||||||
{
|
{
|
||||||
QT_DECLARE_DEPRECATED_TR_FUNCTIONS(Autotest::Internal::BoostTestSettingsWidget)
|
Q_DECLARE_TR_FUNCTIONS(Autotest::Internal::BoostTestSettingsWidget)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit BoostTestSettingsWidget(QSharedPointer<BoostTestSettings> settings);
|
explicit BoostTestSettingsWidget(QSharedPointer<BoostTestSettings> settings);
|
||||||
|
@@ -52,7 +52,7 @@ namespace Internal {
|
|||||||
|
|
||||||
class SystemSettingsWidget : public IOptionsPageWidget
|
class SystemSettingsWidget : public IOptionsPageWidget
|
||||||
{
|
{
|
||||||
QT_DECLARE_DEPRECATED_TR_FUNCTIONS(Core::Internal::SystemSettingsWidget)
|
Q_DECLARE_TR_FUNCTIONS(Core::Internal::SystemSettingsWidget)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SystemSettingsWidget()
|
SystemSettingsWidget()
|
||||||
|
@@ -27,11 +27,15 @@
|
|||||||
|
|
||||||
#include <coreplugin/dialogs/ioptionspage.h>
|
#include <coreplugin/dialogs/ioptionspage.h>
|
||||||
|
|
||||||
|
#include <QCoreApplication>
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class ToolChainOptionsPage final : public Core::IOptionsPage
|
class ToolChainOptionsPage final : public Core::IOptionsPage
|
||||||
{
|
{
|
||||||
|
Q_DECLARE_TR_FUNCTIONS(ProjectExplorer::Internal::ToolChainOptionsPage)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ToolChainOptionsPage();
|
ToolChainOptionsPage();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user