mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Big code clean up
This commit is contained in:
@@ -76,6 +76,10 @@ public:
|
||||
return QString(o.str().c_str());
|
||||
}
|
||||
|
||||
static inline sha1_hash toSha1Hash(QString hash) {
|
||||
return sha1_hash(qPrintable(hash));
|
||||
}
|
||||
|
||||
static void chmod644(const QDir& folder);
|
||||
|
||||
static inline QString removeLastPathPart(QString path) {
|
||||
|
||||
Reference in New Issue
Block a user