From 2cd4012b6ad3941d7915cfe43ec343c5816b2aa0 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Sat, 31 Oct 2020 20:49:03 +0100 Subject: [PATCH] QtQuick 2.6 --- qml/components/AppNotification.qml | 2 +- qml/components/AppNotificationItem.qml | 2 +- qml/components/AudioPreview.qml | 2 +- qml/components/BackgroundImage.qml | 2 +- qml/components/BackgroundProgressIndicator.qml | 2 +- qml/components/ChatListViewItem.qml | 2 +- qml/components/DocumentPreview.qml | 2 +- qml/components/ImagePreview.qml | 2 +- qml/components/InReplyToRow.qml | 2 +- qml/components/LocationPreview.qml | 2 +- qml/components/PhotoTextsListItem.qml | 2 +- qml/components/PollPreview.qml | 2 +- qml/components/ProfileThumbnail.qml | 2 +- qml/components/StickerPicker.qml | 2 +- qml/components/StickerPreview.qml | 2 +- qml/components/VideoPreview.qml | 2 +- qml/components/WebPagePreview.qml | 2 +- qml/harbour-fernschreiber.qml | 2 +- qml/pages/AboutPage.qml | 2 +- qml/pages/ChatPage.qml | 2 +- qml/pages/CoverPage.qml | 2 +- qml/pages/ImagePage.qml | 2 +- qml/pages/InitializationPage.qml | 2 +- qml/pages/OverviewPage.qml | 2 +- qml/pages/SettingsPage.qml | 2 +- qml/pages/VideoPage.qml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/qml/components/AppNotification.qml b/qml/components/AppNotification.qml index 5ba5fff..d73a83e 100644 --- a/qml/components/AppNotification.qml +++ b/qml/components/AppNotification.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/AppNotificationItem.qml b/qml/components/AppNotificationItem.qml index 42aa3a8..d21f89c 100644 --- a/qml/components/AppNotificationItem.qml +++ b/qml/components/AppNotificationItem.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/AudioPreview.qml b/qml/components/AudioPreview.qml index 3b37e55..25621b3 100644 --- a/qml/components/AudioPreview.qml +++ b/qml/components/AudioPreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.0 import "../js/functions.js" as Functions diff --git a/qml/components/BackgroundImage.qml b/qml/components/BackgroundImage.qml index d5bbd5c..b558d7d 100644 --- a/qml/components/BackgroundImage.qml +++ b/qml/components/BackgroundImage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Image { diff --git a/qml/components/BackgroundProgressIndicator.qml b/qml/components/BackgroundProgressIndicator.qml index bedb440..e435c85 100644 --- a/qml/components/BackgroundProgressIndicator.qml +++ b/qml/components/BackgroundProgressIndicator.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/ChatListViewItem.qml b/qml/components/ChatListViewItem.qml index 2c8bc2c..99585d9 100644 --- a/qml/components/ChatListViewItem.qml +++ b/qml/components/ChatListViewItem.qml @@ -1,4 +1,4 @@ -import QtQuick 2.5 +import QtQuick 2.6 import Sailfish.Silica 1.0 import "../js/twemoji.js" as Emoji diff --git a/qml/components/DocumentPreview.qml b/qml/components/DocumentPreview.qml index 9f46a09..a6e4ce6 100644 --- a/qml/components/DocumentPreview.qml +++ b/qml/components/DocumentPreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/ImagePreview.qml b/qml/components/ImagePreview.qml index ea8571d..6e65742 100644 --- a/qml/components/ImagePreview.qml +++ b/qml/components/ImagePreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index e610775..038352c 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.0 import "../components" diff --git a/qml/components/LocationPreview.qml b/qml/components/LocationPreview.qml index 6964340..98daf29 100644 --- a/qml/components/LocationPreview.qml +++ b/qml/components/LocationPreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/PhotoTextsListItem.qml b/qml/components/PhotoTextsListItem.qml index e2ae4da..7fbaf08 100644 --- a/qml/components/PhotoTextsListItem.qml +++ b/qml/components/PhotoTextsListItem.qml @@ -1,4 +1,4 @@ -import QtQuick 2.5 +import QtQuick 2.6 import Sailfish.Silica 1.0 ListItem { diff --git a/qml/components/PollPreview.qml b/qml/components/PollPreview.qml index c4261e2..21b68ef 100644 --- a/qml/components/PollPreview.qml +++ b/qml/components/PollPreview.qml @@ -17,7 +17,7 @@ along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtGraphicalEffects 1.0 diff --git a/qml/components/ProfileThumbnail.qml b/qml/components/ProfileThumbnail.qml index 9dafd91..b63326f 100644 --- a/qml/components/ProfileThumbnail.qml +++ b/qml/components/ProfileThumbnail.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 diff --git a/qml/components/StickerPicker.qml b/qml/components/StickerPicker.qml index 8173bfe..ee369e8 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import QtMultimedia 5.0 import Sailfish.Silica 1.0 diff --git a/qml/components/StickerPreview.qml b/qml/components/StickerPreview.qml index 070f668..588a495 100644 --- a/qml/components/StickerPreview.qml +++ b/qml/components/StickerPreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/VideoPreview.qml b/qml/components/VideoPreview.qml index 6646d8e..be38f60 100644 --- a/qml/components/VideoPreview.qml +++ b/qml/components/VideoPreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.0 import "../js/functions.js" as Functions diff --git a/qml/components/WebPagePreview.qml b/qml/components/WebPagePreview.qml index cdf9b0c..d033038 100644 --- a/qml/components/WebPagePreview.qml +++ b/qml/components/WebPagePreview.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 import "../components" diff --git a/qml/harbour-fernschreiber.qml b/qml/harbour-fernschreiber.qml index 8c756cd..575250a 100644 --- a/qml/harbour-fernschreiber.qml +++ b/qml/harbour-fernschreiber.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import "pages" diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml index 45d6d2c..466577a 100644 --- a/qml/pages/AboutPage.qml +++ b/qml/pages/AboutPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import "../components" import "../js/twemoji.js" as Emoji diff --git a/qml/pages/ChatPage.qml b/qml/pages/ChatPage.qml index ce8ff10..7615bc7 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import QtMultimedia 5.0 import Sailfish.Silica 1.0 diff --git a/qml/pages/CoverPage.qml b/qml/pages/CoverPage.qml index ed64141..5df9580 100644 --- a/qml/pages/CoverPage.qml +++ b/qml/pages/CoverPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import Sailfish.Silica 1.0 import WerkWolf.Fernschreiber 1.0 import "../components" diff --git a/qml/pages/ImagePage.qml b/qml/pages/ImagePage.qml index 5d99eb3..bbbe752 100644 --- a/qml/pages/ImagePage.qml +++ b/qml/pages/ImagePage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.0 import "../components" diff --git a/qml/pages/InitializationPage.qml b/qml/pages/InitializationPage.qml index 86eccf5..2e839d4 100644 --- a/qml/pages/InitializationPage.qml +++ b/qml/pages/InitializationPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import WerkWolf.Fernschreiber 1.0 diff --git a/qml/pages/OverviewPage.qml b/qml/pages/OverviewPage.qml index cda297f..f9ba3d4 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.5 +import QtQuick 2.6 import QtGraphicalEffects 1.0 import QtMultimedia 5.0 import Sailfish.Silica 1.0 diff --git a/qml/pages/SettingsPage.qml b/qml/pages/SettingsPage.qml index 0e73bf8..09ea799 100644 --- a/qml/pages/SettingsPage.qml +++ b/qml/pages/SettingsPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import WerkWolf.Fernschreiber 1.0 import "../js/functions.js" as Functions diff --git a/qml/pages/VideoPage.qml b/qml/pages/VideoPage.qml index 4d939d1..55fa5f5 100644 --- a/qml/pages/VideoPage.qml +++ b/qml/pages/VideoPage.qml @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import QtMultimedia 5.0 import "../components"