From 9b989e9f977703c5cdfdbcf2f6251d2d11938766 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 11 Jan 2015 11:14:58 +0100 Subject: [PATCH] bugfix: translations for some plugins weren't loaded --- src/proxy/proxypython.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/proxypython.h b/src/proxy/proxypython.h index cc7501d..e3c8c23 100644 --- a/src/proxy/proxypython.h +++ b/src/proxy/proxypython.h @@ -28,7 +28,7 @@ along with python proxy plugin. If not, see . #include -class ProxyPython : public QObject, MOBase::IPluginProxy, MOBase::IPluginDiagnose +class ProxyPython : public QObject, public MOBase::IPluginProxy, public MOBase::IPluginDiagnose { Q_OBJECT Q_INTERFACES(MOBase::IPlugin MOBase::IPluginProxy MOBase::IPluginDiagnose)