diff --git a/src/checkmodules.cpp b/src/checkmodules.cpp index fa6326b..e32f0e7 100644 --- a/src/checkmodules.cpp +++ b/src/checkmodules.cpp @@ -26,6 +26,10 @@ CheckModules::CheckModules(const QString &workingPath) } } +QVariantMap CheckModules::getModules() const { + return modules; +} + bool CheckModules::start(){ if (!modules.isEmpty()){ QVariantMap::const_iterator i = modules.constBegin(); diff --git a/src/checkmodules.h b/src/checkmodules.h index f70e739..a54b14c 100644 --- a/src/checkmodules.h +++ b/src/checkmodules.h @@ -11,6 +11,7 @@ public: CheckModules(const QString &workingPath); // QStringList verificaModulos(); bool start(); + QVariantMap getModules() const; private: CCacic oCacic; CacicComm oCacicComm; -- libgit2 0.21.2