Skip to content
Snippets Groups Projects
Commit 9364c775 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

build: Fix another compilation error with Qt 5.3

Regressed in 3d72371a

Refs #68352
parent fda7c88e
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ bool FallbackPersonCollection::load()
}
//Add all sub directories as new backends
QTimer::singleShot(0,d_ptr,&FallbackPersonCollectionPrivate::loadAsync);
QTimer::singleShot(0,d_ptr,SLOT(loadAsync()));
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment