Index: sources/view/VBluetooth.cpp =================================================================== diff -u -rfaa306f41ddc70a48d042cc265396ef32116ad97 -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 --- sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision faa306f41ddc70a48d042cc265396ef32116ad97) +++ sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) @@ -358,7 +358,7 @@ { _pairedDevices.clear(); QJsonObject obj; - if (!FileHandler::readJSON(path, obj)) + if (!FileHandler::read(path, obj)) { LOG_EVENT(tr("Could not load my bluetooth devices from %1").arg(path)); return;