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