mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Merge latest msvc fixes from stable branch
This commit is contained in:
@@ -74,7 +74,9 @@ public:
|
||||
}
|
||||
|
||||
static inline sha1_hash QStringToSha1(const QString& s) {
|
||||
std::istringstream i(s.toStdString());
|
||||
std::string str(s.toLocal8Bit().data());
|
||||
std::istringstream i(str);
|
||||
std::cout << "lol" << std::endl;
|
||||
sha1_hash x;
|
||||
i>>x;
|
||||
return x;
|
||||
|
||||
Reference in New Issue
Block a user