mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
Move ReplacePartition operation to PartitionActions.
This commit is contained in:
parent
f267410dbb
commit
8a6dcfbe2f
3 changed files with 26 additions and 11 deletions
|
@ -21,10 +21,12 @@
|
|||
|
||||
class PartitionCoreModule;
|
||||
class Device;
|
||||
class Partition;
|
||||
|
||||
namespace PartitionActions
|
||||
{
|
||||
void doAutopartition( PartitionCoreModule* core, Device* dev );
|
||||
void doReplacePartition( PartitionCoreModule* core, Device* dev, Partition* partition );
|
||||
}
|
||||
|
||||
#endif // PARTITIONACTIONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue