Add icon for accept tool
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -23,8 +23,7 @@ bool AcceptTool::closeOnButtonPressed() const
|
||||
QIcon AcceptTool::icon(const QColor& background, bool inEditor) const
|
||||
{
|
||||
Q_UNUSED(inEditor)
|
||||
// TODO add new icon
|
||||
return qApp->style()->standardIcon(QStyle::SP_DialogApplyButton);
|
||||
return QIcon(iconPath(background) + "accept.svg");
|
||||
}
|
||||
|
||||
QString AcceptTool::name() const
|
||||
|
||||
Reference in New Issue
Block a user