Warning, file /system/kpmcore/src/core/volumemanagerdevice_p.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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