From 3473fb995c6bd6e64d49ec9ae393f4ae11678be5 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Mon, 11 Jan 2021 09:28:07 +0100 Subject: [PATCH] Fix imports for photo inline result --- qml/components/inlineQueryResults/InlineQueryResultPhoto.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/components/inlineQueryResults/InlineQueryResultPhoto.qml b/qml/components/inlineQueryResults/InlineQueryResultPhoto.qml index 881b9c8..f278b76 100644 --- a/qml/components/inlineQueryResults/InlineQueryResultPhoto.qml +++ b/qml/components/inlineQueryResults/InlineQueryResultPhoto.qml @@ -20,6 +20,7 @@ import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.6 import WerkWolf.Fernschreiber 1.0 +import "../" InlineQueryResult { id: queryResultItem