forked from qt-creator/qt-creator
Fix lupdate issues
Change-Id: I950d2f53fcc03ba447140f3c6957422ca40111b5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -27,11 +27,15 @@
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
class MesonTools;
|
||||
class GeneralSettingsPage final : public Core::IOptionsPage
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(MesonProjectManager::Internal::GeneralSettingsPage)
|
||||
|
||||
public:
|
||||
GeneralSettingsPage();
|
||||
void saveAll();
|
||||
|
||||
@@ -33,6 +33,8 @@ namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
class MesonToolKitAspect final : public ProjectExplorer::KitAspect
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(MesonProjectManager::Internal::MesonToolKitAspect)
|
||||
|
||||
public:
|
||||
MesonToolKitAspect();
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@ namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
class NinjaToolKitAspect final : public ProjectExplorer::KitAspect
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(MesonProjectManager::Internal::NinjaToolKitAspect)
|
||||
|
||||
public:
|
||||
NinjaToolKitAspect();
|
||||
|
||||
|
||||
@@ -27,11 +27,15 @@
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
class MesonTools;
|
||||
class ToolsSettingsPage final : public Core::IOptionsPage
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(MesonProjectManager::Internal::ToolsSettingsPage)
|
||||
|
||||
public:
|
||||
ToolsSettingsPage();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user