mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
@@ -36,11 +36,9 @@
|
||||
|
||||
#include "pathfwd.h"
|
||||
|
||||
#include "base/interfaces/istringable.h"
|
||||
|
||||
class QStringView;
|
||||
|
||||
class Path final : public IStringable
|
||||
class Path final
|
||||
{
|
||||
public:
|
||||
Path() = default;
|
||||
@@ -71,7 +69,7 @@ public:
|
||||
Path relativePathOf(const Path &childPath) const;
|
||||
|
||||
QString data() const;
|
||||
QString toString() const override;
|
||||
QString toString() const;
|
||||
std::filesystem::path toStdFsPath() const;
|
||||
|
||||
Path &operator/=(const Path &other);
|
||||
|
||||
Reference in New Issue
Block a user