mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
committed by
GitHub
parent
669b67e666
commit
7377974731
@@ -58,10 +58,11 @@ public:
|
||||
QString filename() const;
|
||||
|
||||
QString extension() const;
|
||||
bool hasExtension(const QString &ext) const;
|
||||
bool hasExtension(QStringView ext) const;
|
||||
void removeExtension();
|
||||
Path removedExtension() const;
|
||||
void removeExtension(const QString &ext);
|
||||
void removeExtension(QStringView ext);
|
||||
Path removedExtension(QStringView ext) const;
|
||||
|
||||
bool hasAncestor(const Path &other) const;
|
||||
Path relativePathOf(const Path &childPath) const;
|
||||
|
||||
Reference in New Issue
Block a user