--- a/src/utils/edid.cpp +++ b/src/utils/edid.cpp @@ -138,7 +138,7 @@ static QByteArray parseVendor(const uint const auto pnpId = parsePnpId(data); // Map to vendor name - QFile pnpFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("hwdata/pnp.ids"))); + QFile pnpFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("hwdatabase/pnp.ids"))); if (pnpFile.exists() && pnpFile.open(QIODevice::ReadOnly)) { while (!pnpFile.atEnd()) { const auto line = pnpFile.readLine();