mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Simplify implementation
This also enable each platform to provide its own optimal implementation of it.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
@@ -69,6 +71,7 @@ public:
|
||||
|
||||
QString data() const;
|
||||
QString toString() const override;
|
||||
std::filesystem::path toStdFsPath() const;
|
||||
|
||||
Path &operator/=(const Path &other);
|
||||
Path &operator+=(QStringView str);
|
||||
|
||||
Reference in New Issue
Block a user