New partition replace check.

This commit is contained in:
Teo Mrnjavac 2016-02-12 15:02:17 +01:00
parent cef77d72e1
commit 935c4816d3
2 changed files with 30 additions and 1 deletions

View file

@ -29,6 +29,8 @@ class Partition;
namespace PartUtils
{
bool canBeReplaced( Partition* candidate );
bool canBeResized( Partition* candidate );
bool canBeResized( PartitionCoreModule* core, const QString& partitionPath );