/** \file ResourcesManager.cpp \brief Define the class to manage and load the resources linked with the themes \author alpha_one_x86 \licence GPL3, see the file COPYING */ #include #include #include #include #include "ResourcesManager.h" QRegularExpression ResourcesManager::slashEnd; /// \brief Create the manager and load the defaults variables ResourcesManager::ResourcesManager() { slashEnd=QRegularExpression(QStringLiteral("[/\\\\]$")); //load the internal path searchPath<