aboutsummaryrefslogtreecommitdiffstats
path: root/include/GFModuleDefine.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-31 05:55:59 +0000
committersaturneric <[email protected]>2024-07-31 05:55:59 +0000
commit2be9cf21aef39a34a807eb29b29eec726ec68f97 (patch)
treeb1c053696132d4754bff72261061cfb84c4365ab /include/GFModuleDefine.h
parentfeat: update copyright info (diff)
downloadModules-2be9cf21aef39a34a807eb29b29eec726ec68f97.tar.gz
Modules-2be9cf21aef39a34a807eb29b29eec726ec68f97.zip
fix: addressing some of the issues identified
Diffstat (limited to '')
-rw-r--r--include/GFModuleDefine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/GFModuleDefine.h b/include/GFModuleDefine.h
index 557d064..9585140 100644
--- a/include/GFModuleDefine.h
+++ b/include/GFModuleDefine.h
@@ -32,9 +32,6 @@
#include "GFSDKBuildInfo.h"
#define GF_MODULE_API_DEFINE(id, name, ver, desc, author) \
- class GTrC { \
- Q_DECLARE_TR_FUNCTIONS(GTrC) \
- }; \
auto GFGetModuleGFSDKVersion() -> const char* { \
return DUP(GF_SDK_VERSION_STR); \
} \