#pragma once #include namespace qs { struct Common { static const QDateTime LAUNCH_TIME; }; } // namespace qs