diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 1de17b1568..d437b1532f 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2255,27 +2255,27 @@ void Application::initializeUi() { context->setContextProperty("Commerce", new QmlCommerce()); }; OffscreenQmlSurface::addWhitelistContextHandler({ - QUrl{ "qrc://qml/hifi/commerce/checkout/Checkout.qml" }, - QUrl{ "qrc://qml/hifi/commerce/common/CommerceLightbox.qml" }, - QUrl{ "qrc://qml/hifi/commerce/common/EmulatedMarketplaceHeader.qml" }, - QUrl{ "qrc://qml/hifi/commerce/common/FirstUseTutorial.qml" }, - QUrl{ "qrc://qml/hifi/commerce/common/SortableListModel.qml" }, - QUrl{ "qrc://qml/hifi/commerce/inspectionCertificate/InspectionCertificate.qml" }, - QUrl{ "qrc://qml/hifi/commerce/purchases/PurchasedItem.qml" }, - QUrl{ "qrc://qml/hifi/commerce/purchases/Purchases.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/Help.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/NeedsLogIn.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/PassphraseChange.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/PassphraseModal.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/PassphraseSelection.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/Security.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/SecurityImageChange.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/SecurityImageModel.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/SecurityImageSelection.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/SendMoney.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/Wallet.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/WalletHome.qml" }, - QUrl{ "qrc://qml/hifi/commerce/wallet/WalletSetup.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/checkout/Checkout.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/common/CommerceLightbox.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/common/EmulatedMarketplaceHeader.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/common/FirstUseTutorial.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/common/SortableListModel.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/inspectionCertificate/InspectionCertificate.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/purchases/PurchasedItem.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/purchases/Purchases.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/Help.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/NeedsLogIn.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/PassphraseChange.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/PassphraseModal.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/PassphraseSelection.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/Security.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/SecurityImageChange.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/SecurityImageModel.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/SecurityImageSelection.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/SendMoney.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/Wallet.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/WalletHome.qml" }, + QUrl{ "qrc:///qml/hifi/commerce/wallet/WalletSetup.qml" }, }, callback); qmlRegisterType("Hifi", 1, 0, "ResourceImageItem"); qmlRegisterType("Hifi", 1, 0, "Preference");