summaryrefslogtreecommitdiff
path: root/src/shared/filesorigin.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 21:02:10 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-21 21:02:10 +0100
commit569ce219594e5bf3246a97237d26db150c60e8fa (patch)
tree55c90b882e9d349588444e12df6e9c4a95ec6773 /src/shared/filesorigin.h
parent0a069709900fe37c265d8645554ae19e25bea06a (diff)
Remove unused mapping.
Diffstat (limited to 'src/shared/filesorigin.h')
-rw-r--r--src/shared/filesorigin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/filesorigin.h b/src/shared/filesorigin.h
index 222a834f..1aa4c645 100644
--- a/src/shared/filesorigin.h
+++ b/src/shared/filesorigin.h
@@ -22,8 +22,8 @@ public:
FilesOrigin(const FilesOrigin&) = delete;
FilesOrigin& operator=(const FilesOrigin&) = delete;
- // sets priority for this origin, but it will overwrite the existing mapping
- // for this priority, the previous origin will no longer be referenced
+ // sets priority for this origin (does not automatically refresh
+ // the structure)
void setPriority(int priority);
int getPriority() const