mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Split out a canBeResized overload that takes a Partition*.
This commit is contained in:
parent
984bc7ac08
commit
01eede3f6e
2 changed files with 38 additions and 27 deletions
|
@ -24,10 +24,13 @@
|
|||
#include <QString>
|
||||
|
||||
class PartitionCoreModule;
|
||||
class Partition;
|
||||
|
||||
namespace PartUtils
|
||||
{
|
||||
|
||||
bool canBeResized( Partition* candidate );
|
||||
|
||||
bool canBeResized( PartitionCoreModule* core, const QString& partitionPath );
|
||||
|
||||
OsproberEntryList runOsprober( PartitionCoreModule* core );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue