mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
setPartitionFlags in PartitionCoreModule.
This commit is contained in:
parent
c233fb3b2d
commit
cb9a984b11
2 changed files with 24 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
||||
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2014-2016, Teo Mrnjavac <teo@kde.org>
|
||||
*
|
||||
* Calamares is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -89,6 +89,8 @@ public:
|
|||
|
||||
void resizePartition( Device* device, Partition* partition, qint64 first, qint64 last );
|
||||
|
||||
void setPartitionFlags( Device* device, Partition* partition, PartitionTable::Flags flags );
|
||||
|
||||
void setBootLoaderInstallPath( const QString& path );
|
||||
|
||||
QList< Calamares::job_ptr > jobs() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue