Files
qBittorrent/src/base/utils
Chocobo1 41773a5465 Fix unsafe type narrowing
Appending the warning below:
qBittorrent\src\base/utils/version.h(176): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
qBittorrent\src\base/utils/version.h(185): note: see reference to function template instantiation 'std::array<T,2> Utils::Version<T,2,2>::parseList<StringsList>(const StringsList &)' being compiled
        with
        [
            T=unsigned short,
            StringsList=QList<QByteArray>
        ]
2019-04-15 20:23:26 +08:00
..
2018-07-03 08:38:32 +03:00
2018-09-25 11:46:39 +08:00
2017-04-20 22:26:35 +08:00
2019-02-16 18:54:18 +02:00
2018-12-08 12:19:56 +08:00
2018-12-05 13:28:42 +08:00
2018-05-09 17:06:22 +03:00
2019-04-15 20:23:26 +08:00