diff options
author | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
commit | c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d (patch) | |
tree | 45f3f09ccf9f38975881e4ce49901c0ae42ae3cc /src/core/module/GlobalModuleContext.h | |
parent | fix: icon on linux platfrom (diff) | |
download | GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.tar.gz GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.zip |
refactor: add cmake functions to register module and library
Diffstat (limited to 'src/core/module/GlobalModuleContext.h')
-rw-r--r-- | src/core/module/GlobalModuleContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/GlobalModuleContext.h b/src/core/module/GlobalModuleContext.h index 611926b1..d980e23f 100644 --- a/src/core/module/GlobalModuleContext.h +++ b/src/core/module/GlobalModuleContext.h @@ -51,7 +51,7 @@ using GRTPtr = QSharedPointer<GlobalRegisterTable>; using TaskRunnerPtr = QSharedPointer<Thread::TaskRunner>; -class GPGFRONTEND_CORE_EXPORT GlobalModuleContext : public QObject { +class GF_CORE_EXPORT GlobalModuleContext : public QObject { Q_OBJECT public: explicit GlobalModuleContext(); |