aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-03-19 08:55:09 +0000
committerSaturneric <[email protected]>2022-03-19 08:55:09 +0000
commit7b4369b55809944c1dd9d3b83c67e8d7e11a4cda (patch)
treea4d29945fb91f72ba4cc06b55179c1ff3917a289
parent<fix>(core, ui): fix codacy issues. (diff)
downloadGpgFrontend-7b4369b55809944c1dd9d3b83c67e8d7e11a4cda.tar.gz
GpgFrontend-7b4369b55809944c1dd9d3b83c67e8d7e11a4cda.zip
<fix>(ui): fix error in IMAPFolder
Diffstat (limited to '')
-rw-r--r--src/ui/mail/IMAPFolder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mail/IMAPFolder.h b/src/ui/mail/IMAPFolder.h
index 94cb495d..7dc52438 100644
--- a/src/ui/mail/IMAPFolder.h
+++ b/src/ui/mail/IMAPFolder.h
@@ -55,7 +55,7 @@ class IMAPFolder {
/**
* @brief Copy the IMAPFolder object
- */
+ *
* @return
*/
IMAPFolder &operator=(const IMAPFolder &) = default;