diff options
| author | Elvis Angelaccio <[email protected]> | 2020-05-31 23:43:46 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-05-31 23:45:07 +0200 |
| commit | c16f777b289fb617217c8c19aa320fbe90f38209 (patch) | |
| tree | 9dd3b55688093cc3e56a638b298f92b67b6a1cbc /src/statusbar/dolphinstatusbar.cpp | |
| parent | 664f97ff0d1c70f7df4f4fa32303949ee7a6e8fb (diff) | |
Fix FIFO usage
`m_propriorityQueue` and `m_queue` are used as FIFO queues, so we need
to use `takeFirst()` instead of `takeLast()` when removing elements
from the queue.
While at it, add a comment so that we will remember these are FIFO
queues.
Diffstat (limited to 'src/statusbar/dolphinstatusbar.cpp')
0 files changed, 0 insertions, 0 deletions
