mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
New partition replace check.
This commit is contained in:
parent
cef77d72e1
commit
935c4816d3
2 changed files with 30 additions and 1 deletions
|
@ -29,6 +29,8 @@ class Partition;
|
|||
namespace PartUtils
|
||||
{
|
||||
|
||||
bool canBeReplaced( Partition* candidate );
|
||||
|
||||
bool canBeResized( Partition* candidate );
|
||||
|
||||
bool canBeResized( PartitionCoreModule* core, const QString& partitionPath );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue