#include "DebugCount.hpp" namespace chatterino { QMap DebugCount::counts; std::mutex DebugCount::mut; } // namespace chatterino