diff options
| author | Alessandro Portale <[email protected]> | 2016-10-11 15:19:34 +0200 |
|---|---|---|
| committer | Alessandro Portale <[email protected]> | 2016-10-11 13:29:30 +0000 |
| commit | 9c830a1619604b9603072f248c39433e16136e6e (patch) | |
| tree | 26cec67b40773f1b26a3d44bdcfb090e70c06fd4 /src/plugins/git/gitplugin.cpp | |
| parent | 9ad8ec385e8cf93dcadff0c5482edb725e89f2d7 (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.cpp | 2 |
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) { } |
