Load those icons.
This commit is contained in:
parent
d4117b333c
commit
17f1f5f61f
@ -95,6 +95,14 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-replace-os.svg", size );
|
||||
break;
|
||||
|
||||
case PartitionTable:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-table.svg", size );
|
||||
break;
|
||||
|
||||
case BootEnvironment:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/boot-environment.svg", size );
|
||||
break;
|
||||
|
||||
case Squid:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/squid.svg", size );
|
||||
break;
|
||||
|
@ -44,6 +44,8 @@ enum ImageType : int
|
||||
PartitionEraseAuto,
|
||||
PartitionManual,
|
||||
PartitionReplaceOs,
|
||||
PartitionTable,
|
||||
BootEnvironment,
|
||||
Squid
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user