From 660ee77c9875ad71d4189e8643f679f574687528 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 08:51:25 +0100 Subject: Renamed Resources to ResourceControl --- tests/dummyresourcebenchmark.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/dummyresourcebenchmark.cpp') diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp index 6170f49..60ebe74 100644 --- a/tests/dummyresourcebenchmark.cpp +++ b/tests/dummyresourcebenchmark.cpp @@ -102,7 +102,7 @@ private Q_SLOTS: QTRY_VERIFY(gotNotification); QVERIFY2(duration < 100, QString::fromLatin1("Processing a create command took more than 100ms: %1").arg(duration).toLatin1()); - Sink::Resources::shutdown("org.kde.dummy.instance1").exec().waitForFinished(); + Sink::ResourceControl::shutdown("org.kde.dummy.instance1").exec().waitForFinished(); qDebug() << "Single command took [ms]: " << duration; } @@ -127,7 +127,7 @@ private Q_SLOTS: { Sink::Query query; query.resources << "org.kde.dummy.instance1"; - Sink::Resources::flushMessageQueue(query.resources).exec().waitForFinished(); + Sink::ResourceControl::flushMessageQueue(query.resources).exec().waitForFinished(); } auto allProcessedTime = time.elapsed(); -- cgit v1.2.3