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