File indexing completed on 2024-05-12 09:51:41

0001 /*
0002     SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
0003 
0004     SPDX-License-Identifier: GPL-3.0-or-later
0005 */
0006 
0007 #ifndef KPMCORE_VOLUMEMANAGERDEVICE_P_H
0008 #define KPMCORE_VOLUMEMANAGERDEVICE_P_H
0009 
0010 #include "core/device_p.h"
0011 
0012 class VolumeManagerDevicePrivate : public DevicePrivate
0013 {
0014 };
0015 
0016 #endif