remove Service::access()

This commit is contained in:
Marco Martin 2013-05-02 11:01:36 +02:00
parent fc3f25b2a7
commit 1d7c6af919

View File

@ -102,12 +102,6 @@ public:
*/
~Service();
/**
* Used to access a service from an url. Always check for the signal serviceReady() that fires
* when this service is actually ready for use.
*/
static Service *access(const QUrl &url, QObject *parent = 0);
/**
* Sets the destination for this Service to operate on
*