Make LvmDevice::LVPathList public.

This commit is contained in:
Andrius Štikonas 2016-09-05 17:28:54 +01:00
parent 5e5178b3af
commit c480d80273
1 changed files with 1 additions and 1 deletions

View File

@ -110,11 +110,11 @@ public:
return m_UUID;
}
protected:
QStringList* LVPathList() const {
return m_LVPathList;
}
protected:
QStringList* PVPathList() const {
return m_PVPathList;
}