mirror of
https://github.com/wf-group/wfview
synced 2026-08-13 17:32:59 -04:00
QT5 compile error fix?
This commit is contained in:
parent
a70b2db5cc
commit
02a7fc2dda
2 changed files with 1 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ void cachingQueue::run()
|
|||
}
|
||||
counter++;
|
||||
|
||||
auto it = queue.constFind(prio);
|
||||
QMultiMap<queuePriority,queueItem>::const_iterator it = queue.constFind(prio);
|
||||
if (it != queue.cend())
|
||||
{
|
||||
auto item = it.value();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue