1/*
2 SPDX-FileCopyrightText: 2006-2007 Kevin Ottens <ervin@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#ifndef SOLID_BLOCK_P_H
8#define SOLID_BLOCK_P_H
9
10#include "deviceinterface_p.h"
11
12namespace Solid
13{
14class BlockPrivate : public DeviceInterfacePrivate
15{
16public:
17 BlockPrivate()
18 : DeviceInterfacePrivate()
19 {
20 }
21};
22}
23
24#endif
25

source code of solid/src/solid/devices/frontend/block_p.h