mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
committed by
GitHub
parent
2668a42f0c
commit
78eaa49cd6
@@ -42,7 +42,7 @@ const Qt::CaseSensitivity CASE_SENSITIVITY = Qt::CaseInsensitive;
|
||||
const Qt::CaseSensitivity CASE_SENSITIVITY = Qt::CaseSensitive;
|
||||
#endif
|
||||
|
||||
const int PATHLIST_TYPEID = qRegisterMetaType<PathList>();
|
||||
const int PATHLIST_TYPEID = qRegisterMetaType<PathList>("PathList");
|
||||
|
||||
Path::Path(const QString &pathStr)
|
||||
: m_pathStr {QDir::cleanPath(pathStr)}
|
||||
|
||||
Reference in New Issue
Block a user