┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.cpp
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2020-05-31 23:43:46 +0200
committerElvis Angelaccio <[email protected]>2020-05-31 23:45:07 +0200
commitc16f777b289fb617217c8c19aa320fbe90f38209 (patch)
tree9dd3b55688093cc3e56a638b298f92b67b6a1cbc /src/panels/information/informationpanelcontent.cpp
parent664f97ff0d1c70f7df4f4fa32303949ee7a6e8fb (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/panels/information/informationpanelcontent.cpp')
0 files changed, 0 insertions, 0 deletions