Skip to content
Snippets Groups Projects
Commit cea122b1 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: EPG: fix mutex position

parent 979bcb5e
No related branches found
No related tags found
No related merge requests found
......@@ -277,9 +277,9 @@ EPGView::~EPGView()
void EPGView::updateDuration()
{
QDateTime lastItem;
mutex.lock();
QList<QGraphicsItem*> list = items();
mutex.lock();
for ( int i = 0; i < list.count(); ++i )
{
EPGItem* item = qgraphicsitem_cast<EPGItem*>( list.at( i ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment