From d9e498ba795823c3aeb0f43b279d859898f3fb7c Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 10 Jun 2019 16:20:56 +0200 Subject: [PATCH] Remove DECLARE_ENUM and DECLARE_ENUM_CLASS lupdate seems to be fixed since quite a while now. --- application/global.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/application/global.h b/application/global.h index 1b128fe..19749bd 100644 --- a/application/global.h +++ b/application/global.h @@ -84,20 +84,6 @@ #define LIB_HIDDEN __attribute__((visibility("hidden"))) #endif -/*! - * \def DECLARE_ENUM - * \brief Declares an enum without preventing lupdate to parse the file correctly. - */ - -#define DECLARE_ENUM(name, base) enum name : base - -/*! - * \def DECLARE_ENUM_CLASS - * \brief Declares an enum without preventing lupdate to parse the file correctly. - */ - -#define DECLARE_ENUM_CLASS(name, base) enum class name : base - /*! * \def VAR_UNUSED * \brief Prevents warnings about unused variables.