1 /*
2     SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
3 
4     SPDX-License-Identifier: GPL-3.0-or-later
5 */
6 
7 #ifndef KPMCORE_VOLUMEMANAGERDEVICE_P_H
8 #define KPMCORE_VOLUMEMANAGERDEVICE_P_H
9 
10 #include "core/device_p.h"
11 
12 class VolumeManagerDevicePrivate : public DevicePrivate
13 {
14 };
15 
16 #endif
17