mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: cleanup remains of deprecated DocPath
This commit is contained in:
parent
65c1b37e19
commit
ca9fbac8fd
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ void KCModuleInfo::Private::loadAll()
|
||||||
|
|
||||||
// get the documentation path
|
// get the documentation path
|
||||||
doc = service->property( "X-DocPath", QVariant::String ).toString();
|
doc = service->property( "X-DocPath", QVariant::String ).toString();
|
||||||
if (doc.isEmpty())
|
|
||||||
doc = service->property( "DocPath", QVariant::String ).toString();
|
|
||||||
|
|
||||||
// read weight
|
// read weight
|
||||||
QVariant tmp = service->property( "X-KDE-Weight", QVariant::Int );
|
QVariant tmp = service->property( "X-KDE-Weight", QVariant::Int );
|
||||||
|
|
Loading…
Add table
Reference in a new issue