diff options
Diffstat (limited to 'examples/imapresource/imapresource.cpp')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 92f64bf..6f201ff 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -133,7 +133,7 @@ public: | |||
133 | }, | 133 | }, |
134 | [&folderList](const QByteArray &remoteId) -> bool { | 134 | [&folderList](const QByteArray &remoteId) -> bool { |
135 | // folderList.contains(remoteId) | 135 | // folderList.contains(remoteId) |
136 | for (const auto folderPath : folderList) { | 136 | for (const auto &folderPath : folderList) { |
137 | if (folderPath.path == remoteId) { | 137 | if (folderPath.path == remoteId) { |
138 | return true; | 138 | return true; |
139 | } | 139 | } |