mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
Introduce PartitionSizeWidget to reduce duplication between dialogs
This commit is contained in:
parent
e482481262
commit
9ce55bfb83
9 changed files with 185 additions and 101 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue