aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2016-10-11 15:19:34 +0200
committerAlessandro Portale <[email protected]>2016-10-11 13:29:30 +0000
commit9c830a1619604b9603072f248c39433e16136e6e (patch)
tree26cec67b40773f1b26a3d44bdcfb090e70c06fd4 /src/plugins/git/gitplugin.cpp
parent9ad8ec385e8cf93dcadff0c5482edb725e89f2d7 (diff)
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 <[email protected]>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
-rw-r--r--src/plugins/git/gitplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp
index b8746962c21..98c94260b3e 100644
--- a/src/plugins/git/gitplugin.cpp
+++ b/src/plugins/git/gitplugin.cpp
@@ -743,7 +743,7 @@ class RebaseItemDelegate : public IconItemDelegate
{
public:
RebaseItemDelegate(LogChangeWidget *widget)
- : IconItemDelegate(widget, Utils::Icons::UNDO.imageFileName())
+ : IconItemDelegate(widget, Utils::Icons::UNDO)
{
}