aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/include/filesystemfacadeinterface.h
blob: 775f2c6257d994a9be17c47a98be41c3e4f27675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

namespace QmlDesigner {

class FileSystemFacadeInterface
{
public:
protected:
    ~FileSystemFacadeInterface() = default;
};

} // namespace QmlDesigner