2018-06-26 14:09:39 +02:00
|
|
|
#include "DebugCount.hpp"
|
2018-04-06 16:37:30 +02:00
|
|
|
|
|
|
|
namespace chatterino {
|
|
|
|
|
2018-07-06 19:23:47 +02:00
|
|
|
QMap<QString, int64_t> DebugCount::counts_;
|
|
|
|
std::mutex DebugCount::mut_;
|
2018-04-06 16:37:30 +02:00
|
|
|
|
|
|
|
} // namespace chatterino
|