don't use Package for unpublishing
This commit is contained in:
parent
0fa24619d4
commit
53085973b3
@ -1666,12 +1666,8 @@ void Applet::publish(AnnouncementMethods methods, const QString &resourceName)
|
||||
|
||||
void Applet::unpublish()
|
||||
{
|
||||
if (d->package) {
|
||||
d->package->d->unpublish();
|
||||
} else {
|
||||
if (d->service) {
|
||||
d->service->d->unpublish();
|
||||
}
|
||||
if (d->service) {
|
||||
d->service->d->unpublish();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user