mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Partitions: split device-listing (and winnowing) into separate source file.
The grab-list-of-writable-devices code is usable for the partition module, but also useful for welcome module, so reduce its footprint.
This commit is contained in:
parent
e4862512f7
commit
102bed1805
6 changed files with 176 additions and 101 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "core/BootLoaderModel.h"
|
||||
#include "core/ColorUtils.h"
|
||||
#include "core/DeviceList.h"
|
||||
#include "core/DeviceModel.h"
|
||||
#include "core/PartitionInfo.h"
|
||||
#include "core/PartitionIterator.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue