• Don Gagne's avatar
    Work around qRegisterMetaType race condition · 0ce03b53
    Don Gagne authored
    There appears to be a threading issue in qRegisterMetaType which can
    cause it to throw a qWarning about duplicate type converters. This is
    caused by a race condition in the Qt code. Still working with them on
    tracking down the bug. For now we register the type which is giving us
    problems here while we only have the main thread. That should prevent
    it from hitting the race condition later on in the code.
    0ce03b53
Name
Last commit
Last update
avrdude Loading commit data...
data Loading commit data...
deploy Loading commit data...
doc Loading commit data...
files Loading commit data...
libs Loading commit data...
src Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
Custom-Info.plist Loading commit data...
QGCExternalLibs.pri Loading commit data...
QGCInstaller.pri Loading commit data...
QGCSetup.pri Loading commit data...
README.md Loading commit data...
demo-log.txt Loading commit data...
license.txt Loading commit data...
qgcvideo.pro Loading commit data...
qgroundcontrol.pro Loading commit data...
qgroundcontrol.qrc Loading commit data...
qgroundcontrol.rc Loading commit data...
testlog.txt Loading commit data...
testlog2.txt Loading commit data...
user_config.pri.dist Loading commit data...