mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
No implementation in header.
This commit is contained in:
parent
cb9a984b11
commit
97108d0beb
2 changed files with 9 additions and 4 deletions
|
@ -284,6 +284,14 @@ ResizePartitionJob::updatePreview()
|
|||
m_device->partitionTable()->updateUnallocated( *m_device );
|
||||
}
|
||||
|
||||
|
||||
Device*
|
||||
ResizePartitionJob::device() const
|
||||
{
|
||||
return m_device;
|
||||
}
|
||||
|
||||
|
||||
Calamares::JobResult
|
||||
ResizePartitionJob::execJobList( const QList< Calamares::job_ptr >& jobs )
|
||||
{
|
||||
|
|
|
@ -43,10 +43,7 @@ public:
|
|||
|
||||
void updatePreview();
|
||||
|
||||
Device* device() const
|
||||
{
|
||||
return m_device;
|
||||
}
|
||||
Device* device() const;
|
||||
|
||||
private:
|
||||
Device* m_device;
|
||||
|
|
Loading…
Add table
Reference in a new issue