diff options
author | saturneric <[email protected]> | 2023-10-16 21:08:57 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-16 21:08:57 +0000 |
commit | cc35ceff23accb44e25dfc47dae920f578836804 (patch) | |
tree | 02851ce7e8c2dac0d1492f58c9aed08aa2da2572 /src/plugin/system/Plugin.h | |
parent | refactor: use c++17 features and piml tech to rewrite DataObject and Task (diff) | |
download | GpgFrontend-cc35ceff23accb44e25dfc47dae920f578836804.tar.gz GpgFrontend-cc35ceff23accb44e25dfc47dae920f578836804.zip |
fix: solve compile and link issues
Diffstat (limited to 'src/plugin/system/Plugin.h')
-rw-r--r-- | src/plugin/system/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/system/Plugin.h b/src/plugin/system/Plugin.h index 68484c1e..7995d8dc 100644 --- a/src/plugin/system/Plugin.h +++ b/src/plugin/system/Plugin.h @@ -67,7 +67,7 @@ class GPGFRONTEND_PLUGIN_SYSTEM_EXPORT Plugin : public QObject { PluginIdentifier GetPluginIdentifier() const; - PluginIdentifier SetGPC(GlobalPluginContextPtr); + void SetGPC(GlobalPluginContextPtr); protected: int getChannel(); |