summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-28 11:38:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-28 11:38:19 +0200
commita4836eac5872d06d533e0130230c99148aeb4c7e (patch)
treeaef582cf557c45d559e0f7ac317731992d742b59 /api
parent4b68e4e6104ff4b9c1e6857cf22edc568e68ec5e (diff)
api/plugins: fix -Wreorder
Diffstat (limited to 'api')
-rw-r--r--api/plugin-support.hpp2
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;