diff options
Diffstat (limited to 'api/plugin-support.hpp')
-rw-r--r-- | api/plugin-support.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index 2fae03c2..8b94c9d3 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -122,8 +122,8 @@ struct dylib final } Type type; - QString module_name; QString full_filename; + QString module_name; QIcon icon; QString name; |