mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[partition] fix naming of PartitionLayout class member variables
Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
This commit is contained in:
parent
586cb63ef5
commit
5084c44b54
2 changed files with 13 additions and 13 deletions
|
@ -76,8 +76,8 @@ public:
|
|||
QList< Partition* > execute( Device *dev, qint64 firstSector, qint64 lastSector, QString luksPassphrase, PartitionNode* parent, const PartitionRole& role );
|
||||
|
||||
private:
|
||||
int defaultFsType;
|
||||
QList< PartitionEntry > partLayout;
|
||||
int m_defaultFsType;
|
||||
QList< PartitionEntry > m_partLayout;
|
||||
};
|
||||
|
||||
#endif /* PARTITIONLAYOUT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue