mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 13:41:26 -07:00
parent
2668a42f0c
commit
78eaa49cd6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue