LVM support #6

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

View File

@ -117,7 +117,7 @@ protected:
QString m_Name;
QString m_DeviceNode;
qint32 m_LogicalSize;
qint32 m_TotalLogical;
qint64 m_TotalLogical;
PartitionTable* m_PartitionTable;
QString m_IconName;
SmartStatus* m_SmartStatus;