mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Use smaller type
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
using namespace RSS;
|
||||
|
||||
const QString Item::PathSeparator("\\");
|
||||
const QChar Item::PathSeparator('\\');
|
||||
|
||||
Item::Item(const QString &path)
|
||||
: m_path(path)
|
||||
|
||||
Reference in New Issue
Block a user