LVM support #6

Closed
andrius wants to merge 109 commits from (deleted):lvm-support-rebase into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2e2b73e09a - Show all commits

View File

@ -54,14 +54,14 @@ protected:
return m_PartList;
}
const Type type() const {
ResizeVolumeGroupJob::Type type() const {
return m_Type;
}
private:
LvmDevice& m_Device;
const QStringList m_PartList;
const Type m_Type;
ResizeVolumeGroupJob::Type m_Type;
};
#endif