No implementation in header.
This commit is contained in:
parent
cb9a984b11
commit
97108d0beb
@ -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…
Reference in New Issue
Block a user