remove from the header as well
This commit is contained in:
parent
0be4634b60
commit
f71463faa1
16
package.h
16
package.h
@ -111,22 +111,6 @@ class PLASMA_EXPORT Package
|
||||
*/
|
||||
void setPath(const QString &path);
|
||||
|
||||
/**
|
||||
* Publish this package on the network.
|
||||
* @param methods the ways to announce this package on the network.
|
||||
*/
|
||||
void publish(AnnouncementMethods methods, const QString &name);
|
||||
|
||||
/**
|
||||
* Remove this package from the network.
|
||||
*/
|
||||
void unpublish(const QString &name = QString());
|
||||
|
||||
/**
|
||||
* @returns whether or not this service is currently published on the network.
|
||||
*/
|
||||
bool isPublished() const;
|
||||
|
||||
/**
|
||||
* @return the path to the root of this particular package
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user