#pragma once #include #include class Path { public: static const QString &getAppdataPath(); private: static QString appdataPath; static std::mutex appdataPathMutex; };