summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/client/main.cpp2
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();