mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Merge latest changes for stable branch (mostly unicode fixes)
This commit is contained in:
@@ -76,7 +76,6 @@ public:
|
||||
static inline sha1_hash QStringToSha1(const QString& s) {
|
||||
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