9 lines
158 B
C++
9 lines
158 B
C++
#include "DebugCount.hpp"
|
|
|
|
namespace chatterino {
|
|
|
|
QMap<QString, int64_t> DebugCount::counts;
|
|
std::mutex DebugCount::mut;
|
|
|
|
} // namespace chatterino
|