mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03: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;
|
||||
#endif
|
||||
|
||||
const int PATHLIST_TYPEID = qRegisterMetaType<PathList>();
|
||||
const int PATHLIST_TYPEID = qRegisterMetaType<PathList>("PathList");
|
||||
|
||||
Path::Path(const QString &pathStr)
|
||||
: m_pathStr {QDir::cleanPath(pathStr)}
|
||||
|
|
Loading…
Reference in a new issue