Code style.
This commit is contained in:
parent
905835295a
commit
67b96f750a
@ -321,6 +321,12 @@ PartitionCoreModule::jobs() const
|
||||
return lst;
|
||||
}
|
||||
|
||||
bool
|
||||
PartitionCoreModule::hasRootMountPoint() const
|
||||
{
|
||||
return m_hasRootMountPoint;
|
||||
}
|
||||
|
||||
void
|
||||
PartitionCoreModule::dumpQueue() const
|
||||
{
|
||||
|
@ -89,10 +89,7 @@ public:
|
||||
|
||||
QList< Calamares::job_ptr > jobs() const;
|
||||
|
||||
bool hasRootMountPoint() const
|
||||
{
|
||||
return m_hasRootMountPoint;
|
||||
}
|
||||
bool hasRootMountPoint() const;
|
||||
|
||||
void revert();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user