forked from qt-creator/qt-creator
Git: Improve Push to Gerrit icon
Change-Id: I5ee6d308409eef60a240b89bb10ef35e2d5f1f62 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
d99d262427
commit
f93d76294a
@@ -33,8 +33,6 @@
|
||||
#include "../gitplugin.h"
|
||||
#include "../gitclient.h"
|
||||
|
||||
#include <coreplugin/coreconstants.h>
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDir>
|
||||
#include <QRegExpValidator>
|
||||
@@ -46,7 +44,7 @@ class PushItemDelegate : public Git::Internal::IconItemDelegate
|
||||
{
|
||||
public:
|
||||
PushItemDelegate(Git::Internal::LogChangeWidget *widget)
|
||||
: IconItemDelegate(widget, QLatin1String(Core::Constants::ICON_PLUS))
|
||||
: IconItemDelegate(widget, QLatin1String(":/git/images/arrowup.png"))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user