aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugin/system/Plugin.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-16 21:08:57 +0000
committersaturneric <[email protected]>2023-10-16 21:08:57 +0000
commitcc35ceff23accb44e25dfc47dae920f578836804 (patch)
tree02851ce7e8c2dac0d1492f58c9aed08aa2da2572 /src/plugin/system/Plugin.h
parentrefactor: use c++17 features and piml tech to rewrite DataObject and Task (diff)
downloadGpgFrontend-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.h2
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();