forked from qt-creator/qt-creator
Git: Use Utils::Icon for IconItemDelegate constructor
Use our icon abstraction instead of file names, because themed icons are coming. Change-Id: I0f4e44caf96aeab0c354d2166b111d59b7b29149 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -743,7 +743,7 @@ class RebaseItemDelegate : public IconItemDelegate
|
||||
{
|
||||
public:
|
||||
RebaseItemDelegate(LogChangeWidget *widget)
|
||||
: IconItemDelegate(widget, Utils::Icons::UNDO.imageFileName())
|
||||
: IconItemDelegate(widget, Utils::Icons::UNDO)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user