From 7bfee868907c554205d506497d925bc99ce9c2cb Mon Sep 17 00:00:00 2001 From: hpgood <35557088@qq.com> Date: Fri, 13 Nov 2020 12:56:40 +0800 Subject: [PATCH] Update xml2object.cpp GlobalAttributes::getPluginsDir() is public method. --- xml2object/src/xml2object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml2object/src/xml2object.cpp b/xml2object/src/xml2object.cpp index 22d0340..c4225c2 100644 --- a/xml2object/src/xml2object.cpp +++ b/xml2object/src/xml2object.cpp @@ -27,7 +27,7 @@ Xml2Object::Xml2Object(void) getPluginAuthor(), getPluginDescription(), - GlobalAttributes::PluginsDir + + GlobalAttributes::getPluginsDir() + GlobalAttributes::DirSeparator + QString("xml2object") + GlobalAttributes::DirSeparator + QString("xml2object.png"));