aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/fileset_entry_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/fileset_entry_model.cpp')
-rw-r--r--ui/qt/models/fileset_entry_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/fileset_entry_model.cpp b/ui/qt/models/fileset_entry_model.cpp
index 3b93ff23d9..194a87fe32 100644
--- a/ui/qt/models/fileset_entry_model.cpp
+++ b/ui/qt/models/fileset_entry_model.cpp
@@ -49,7 +49,7 @@ QVariant FilesetEntryModel::data(const QModelIndex &index, int role) const
if(created.length() < 1) {
/* if this file doesn't follow the file set pattern, */
/* use the creation time of that file if available */
- /* http://en.wikipedia.org/wiki/ISO_8601 */
+ /* https://en.wikipedia.org/wiki/ISO_8601 */
/*
* macOS provides 0 if the file system doesn't support the
* creation time; FreeBSD provides -1.