mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-04 12:55:37 -04:00
PrettyName generator for FileSystem::Type.
This commit is contained in:
parent
6af901a675
commit
2986625cfd
2 changed files with 46 additions and 0 deletions
|
@ -85,6 +85,8 @@ QList< Partition* > findPartitions( const QList< Device* >& devices,
|
|||
Partition* createNewPartition( PartitionNode* parent, const Device& device, const PartitionRole& role, FileSystem::Type fsType, qint64 firstSector, qint64 lastSector );
|
||||
|
||||
Partition* clonePartition( Device* device, Partition* partition );
|
||||
|
||||
QString prettyNameForFileSystemType( FileSystem::Type t );
|
||||
}
|
||||
|
||||
#endif /* KPMHELPERS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue