[partition] Add accessor and documentation to BootLoaderInstallPath
This commit is contained in:
parent
b4cefff975
commit
3e067e617e
@ -154,6 +154,9 @@ public:
|
|||||||
|
|
||||||
void setPartitionFlags( Device* device, Partition* partition, PartitionTable::Flags flags );
|
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 setBootLoaderInstallPath( const QString& path );
|
||||||
|
|
||||||
void initLayout();
|
void initLayout();
|
||||||
|
Loading…
Reference in New Issue
Block a user