transmission/qt/Typedefs.h

6 lines
87 B
C++

#pragma once
#include <unordered_set>
using torrent_ids_t = std::unordered_set<int>;