Introduce PartitionSizeWidget to reduce duplication between dialogs

This commit is contained in:
Aurélien Gâteau 2014-08-04 19:26:16 +02:00
parent e482481262
commit 9ce55bfb83
9 changed files with 185 additions and 101 deletions

View file

@ -40,8 +40,6 @@ private:
QScopedPointer< Ui_EditExistingPartitionDialog > m_ui;
Device* m_device;
Partition* m_partition;
qint64 mbSizeForSectorRange( qint64 first, qint64 last ) const;
};
#endif /* EDITEXISTINGPARTITIONDIALOG_H */