diff options
Diffstat (limited to 'core/cloudstorage.h')
-rw-r--r-- | core/cloudstorage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/cloudstorage.h b/core/cloudstorage.h index 6addb739d..13de04283 100644 --- a/core/cloudstorage.h +++ b/core/cloudstorage.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #ifndef CLOUD_STORAGE_H #define CLOUD_STORAGE_H @@ -24,4 +25,4 @@ private: }; QNetworkAccessManager *manager(); -#endif
\ No newline at end of file +#endif |