diff options
author | saturneric <[email protected]> | 2024-07-29 20:22:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 20:22:46 +0000 |
commit | 1fa7c648e357093ce5f41da0f68a67c229b344da (patch) | |
tree | 1926aea79a8054c0b329440a50d4da846fea2729 /src/core/utils/FilesystemUtils.h | |
parent | fix: solve some issues form codeql ci yml (diff) | |
download | GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.tar.gz GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.zip |
feat: update copyright info
Diffstat (limited to 'src/core/utils/FilesystemUtils.h')
-rw-r--r-- | src/core/utils/FilesystemUtils.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/utils/FilesystemUtils.h b/src/core/utils/FilesystemUtils.h index 0bc90ac5..6ab2d970 100644 --- a/src/core/utils/FilesystemUtils.h +++ b/src/core/utils/FilesystemUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -56,9 +56,8 @@ auto GPGFRONTEND_CORE_EXPORT GetOnlyFileNameWithPath(const QString& path) * @param filename_pattern The pattern of the file name, e.g. "*.txt" * @return int64_t */ -auto GPGFRONTEND_CORE_EXPORT GetFileSizeByPath(const QString& path, - const QString& filename_pattern) - -> int64_t; +auto GPGFRONTEND_CORE_EXPORT GetFileSizeByPath( + const QString& path, const QString& filename_pattern) -> int64_t; /** * @brief Get the Human Readable File Size object |