diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-15 03:19:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-15 03:19:01 +0100 |
commit | 47760a21c54f4695826210d1c23637b1cab8c179 (patch) | |
tree | 3d90b69a24a010f626daf32dc9b6e7e73eb8f189 /api/plugin-api.hpp | |
parent | b997b26b3358082386620622b6017b8ce8acde45 (diff) |
api: add missing translation
Diffstat (limited to 'api/plugin-api.hpp')
-rw-r--r-- | api/plugin-api.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index 3fd605b2..0f92c6e5 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -14,6 +14,7 @@ #include <QIcon> #include <QWidget> #include <QDialog> +#include <QCoreApplication> #include "compat/simple-mat.hpp" #include "compat/tr.hpp" @@ -111,6 +112,8 @@ struct OTR_API_EXPORT module_status_mixin virtual module_status initialize() = 0; // where to return from virtual ~module_status_mixin(); + + Q_DECLARE_TR_FUNCTIONS(module_status_mixin) }; // implement this in filters |