mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[partition] Add accessor and documentation to BootLoaderInstallPath
This commit is contained in:
parent
b4cefff975
commit
3e067e617e
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ public:
|
|||
|
||||
void setPartitionFlags( Device* device, Partition* partition, PartitionTable::Flags flags );
|
||||
|
||||
/// @brief Retrieve the path where the bootloader will be installed
|
||||
QString bootLoaderInstallPath() const { return m_bootLoaderInstallPath; }
|
||||
/// @brief Set the path where the bootloader will be installed
|
||||
void setBootLoaderInstallPath( const QString& path );
|
||||
|
||||
void initLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue