From cd7287325944571e9d53b00b48abdba4c9257474 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Jan 2016 14:26:45 +0100 Subject: Moved all commands in to the Commands namespace --- tests/resourcecommunicationtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/resourcecommunicationtest.cpp b/tests/resourcecommunicationtest.cpp index 18e9223..1b09c5f 100644 --- a/tests/resourcecommunicationtest.cpp +++ b/tests/resourcecommunicationtest.cpp @@ -32,8 +32,8 @@ private Q_SLOTS: flatbuffers::FlatBufferBuilder fbb; auto name = fbb.CreateString("test"); - auto command = Akonadi2::CreateHandshake(fbb, name); - Akonadi2::FinishHandshakeBuffer(fbb, command); + auto command = Akonadi2::Commands::CreateHandshake(fbb, name); + Akonadi2::Commands::FinishHandshakeBuffer(fbb, command); auto result = resourceAccess.sendCommand(Akonadi2::Commands::HandshakeCommand, fbb).exec(); result.waitForFinished(); QVERIFY(!result.errorCode()); -- cgit v1.2.3