Fix Qt5 build.

The operator QString() has been removed.
This commit is contained in:
Stephen Kelly 2012-02-25 19:59:09 +01:00
parent 57bcc67921
commit 39afa5498b

View File

@ -57,7 +57,7 @@ void RemoteDataEngine::setLocation(KUrl location)
m_location = location;
setMinimumPollingInterval(1000);
setPollingInterval(5000);
m_uuid = QUuid::createUuid();
m_uuid = QUuid::createUuid().toString();
Service *service = Service::access(location);
connect(service, SIGNAL(serviceReady(Plasma::Service*)),
this, SLOT(serviceReady(Plasma::Service*)));