mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Code style.
This commit is contained in:
parent
905835295a
commit
67b96f750a
2 changed files with 7 additions and 4 deletions
|
@ -321,6 +321,12 @@ PartitionCoreModule::jobs() const
|
||||||
return lst;
|
return lst;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool
|
||||||
|
PartitionCoreModule::hasRootMountPoint() const
|
||||||
|
{
|
||||||
|
return m_hasRootMountPoint;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
PartitionCoreModule::dumpQueue() const
|
PartitionCoreModule::dumpQueue() const
|
||||||
{
|
{
|
||||||
|
|
|
@ -89,10 +89,7 @@ public:
|
||||||
|
|
||||||
QList< Calamares::job_ptr > jobs() const;
|
QList< Calamares::job_ptr > jobs() const;
|
||||||
|
|
||||||
bool hasRootMountPoint() const
|
bool hasRootMountPoint() const;
|
||||||
{
|
|
||||||
return m_hasRootMountPoint;
|
|
||||||
}
|
|
||||||
|
|
||||||
void revert();
|
void revert();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue