mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
vfs: Remove VfsSuffixPrivate
This commit is contained in:
parent
852f5b1a31
commit
afa09e9b19
@ -21,13 +21,8 @@
|
||||
|
||||
namespace OCC {
|
||||
|
||||
class VfsSuffixPrivate
|
||||
{
|
||||
};
|
||||
|
||||
VfsSuffix::VfsSuffix(QObject *parent)
|
||||
: Vfs(parent)
|
||||
, d_ptr(new VfsSuffixPrivate)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@ -21,13 +21,9 @@
|
||||
|
||||
namespace OCC {
|
||||
|
||||
class VfsSuffixPrivate;
|
||||
|
||||
class VfsSuffix : public Vfs
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DECLARE_PRIVATE(VfsSuffix)
|
||||
const QScopedPointer<VfsSuffixPrivate> d_ptr;
|
||||
|
||||
public:
|
||||
explicit VfsSuffix(QObject *parent = nullptr);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user