Second and last part of the icon indicator work.
This commit is contained in:
@@ -12,6 +12,11 @@ enum IconIndicator {
|
||||
Disabled,
|
||||
WriteProtected,
|
||||
WriteProtectedActive,
|
||||
New,
|
||||
Browse,
|
||||
WriteProtectedBrowse,
|
||||
Export,
|
||||
Eject
|
||||
};
|
||||
|
||||
QPixmap getIconWithIndicator(const QIcon &icon, const QSize &size, QIcon::Mode iconMode, IconIndicator indicator);
|
||||
|
||||
Reference in New Issue
Block a user