#include "common.hpp" #include #include namespace qs { const QDateTime Common::LAUNCH_TIME = QDateTime::currentDateTime(); QProcessEnvironment Common::INITIAL_ENVIRONMENT = {}; // NOLINT } // namespace qs