diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-17 18:20:35 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-17 18:20:35 +0100 |
commit | b4168a61fbf56afea00f06d308eddbe1a562c1bf (patch) | |
tree | 2308f7efcd792ef4186f42a3a3bab25278ba4d47 /examples/client/main.cpp | |
parent | 2b0de00162f1ac75cdf58b0f8fa885785e482a08 (diff) | |
download | sink-b4168a61fbf56afea00f06d308eddbe1a562c1bf.tar.gz sink-b4168a61fbf56afea00f06d308eddbe1a562c1bf.zip |
Fixed build
Diffstat (limited to 'examples/client/main.cpp')
-rw-r--r-- | examples/client/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client/main.cpp b/examples/client/main.cpp index 9e70872..04ced55 100644 --- a/examples/client/main.cpp +++ b/examples/client/main.cpp | |||
@@ -289,7 +289,7 @@ int main(int argc, char *argv[]) | |||
289 | } else if (command == "stat") { | 289 | } else if (command == "stat") { |
290 | auto resources = args; | 290 | auto resources = args; |
291 | for (const auto &resource : resources) { | 291 | for (const auto &resource : resources) { |
292 | Akonadi2::Storage::Storage storage(Akonadi2::storageLocation(), resource, Akonadi2::Storage::ReadOnly); | 292 | Akonadi2::Storage storage(Akonadi2::storageLocation(), resource, Akonadi2::Storage::ReadOnly); |
293 | auto transaction = storage.createTransaction(Akonadi2::Storage::ReadOnly); | 293 | auto transaction = storage.createTransaction(Akonadi2::Storage::ReadOnly); |
294 | 294 | ||
295 | QList<QByteArray> databases = transaction.getDatabaseNames(); | 295 | QList<QByteArray> databases = transaction.getDatabaseNames(); |