mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: remove redundant check for appIconName property
not set now Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
381ab0a324
commit
a32a58d0fc
1 changed files with 1 additions and 4 deletions
|
@ -104,10 +104,7 @@ void KPlasmaJobTracker::registerJob(KJob *job)
|
|||
}
|
||||
|
||||
const KComponentData componentData = KGlobal::mainComponent();
|
||||
QString appIconName = job->property("appIconName").toString();
|
||||
if (appIconName.isEmpty()) {
|
||||
appIconName = componentData.aboutData()->programIconName();
|
||||
}
|
||||
QString appIconName = componentData.aboutData()->programIconName();
|
||||
if (appIconName.isEmpty()) {
|
||||
appIconName = componentData.aboutData()->appName();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue