From 1d7c6af9198ce1b26cea75c4bf847b02dabdc428 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 2 May 2013 11:01:36 +0200 Subject: [PATCH] remove Service::access() --- src/plasma/service.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plasma/service.h b/src/plasma/service.h index cfcf99d3b..41f72bea3 100644 --- a/src/plasma/service.h +++ b/src/plasma/service.h @@ -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 *