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 );
|
m_device->partitionTable()->updateUnallocated( *m_device );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Device*
|
||||||
|
ResizePartitionJob::device() const
|
||||||
|
{
|
||||||
|
return m_device;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Calamares::JobResult
|
Calamares::JobResult
|
||||||
ResizePartitionJob::execJobList( const QList< Calamares::job_ptr >& jobs )
|
ResizePartitionJob::execJobList( const QList< Calamares::job_ptr >& jobs )
|
||||||
{
|
{
|
||||||
|
@ -43,10 +43,7 @@ public:
|
|||||||
|
|
||||||
void updatePreview();
|
void updatePreview();
|
||||||
|
|
||||||
Device* device() const
|
Device* device() const;
|
||||||
{
|
|
||||||
return m_device;
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Device* m_device;
|
Device* m_device;
|
||||||
|
Loading…
Reference in New Issue
Block a user