Added missing QStringLiteral to Dolphin code

Authored by alexde on Oct 9 2018, 9:12 PM.

Description

Added missing QStringLiteral to Dolphin code

Summary:
Changed

QIcon::fromTheme("icon")

to

QIcon::fromTheme(QStringLiteral("edit-entry"))

as discussed here.

Reviewers: ngraham, Dolphin, elvisangelaccio

Reviewed By: ngraham, Dolphin, elvisangelaccio

Subscribers: elvisangelaccio, kfm-devel

Tags: Dolphin

Differential Revision: https://phabricator.kde.org/D16050

Details

Committed
ngrahamOct 9 2018, 9:17 PM
Reviewer
Dolphin
Differential Revision
D16050: Added missing QStringLiteral to Dolphin code
Parents
R318:7f223f93df5b: Add "Create New" menu to "Control" button
Branches
Unknown
Tags
Unknown