From 2cd4012b6ad3941d7915cfe43ec343c5816b2aa0 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Sat, 31 Oct 2020 20:49:03 +0100 Subject: [PATCH 1/3] 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" From f4d0a4800ec6d6b1947c5d8f24b0f85695b724b9 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Sat, 31 Oct 2020 20:50:32 +0100 Subject: [PATCH 2/3] QtMultimedia 5.6 --- qml/components/AudioPreview.qml | 2 +- qml/components/InReplyToRow.qml | 2 +- qml/components/StickerPicker.qml | 2 +- qml/components/VideoPreview.qml | 2 +- qml/pages/ChatPage.qml | 2 +- qml/pages/ImagePage.qml | 2 +- qml/pages/OverviewPage.qml | 2 +- qml/pages/PollCreationPage.qml | 2 +- qml/pages/PollResultsPage.qml | 2 +- qml/pages/VideoPage.qml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qml/components/AudioPreview.qml b/qml/components/AudioPreview.qml index 25621b3..840d0b9 100644 --- a/qml/components/AudioPreview.qml +++ b/qml/components/AudioPreview.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../js/functions.js" as Functions Item { diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index 038352c..e0b3bd5 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/components/StickerPicker.qml b/qml/components/StickerPicker.qml index ee369e8..7dcb349 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import Sailfish.Silica 1.0 import "../components" import "../js/twemoji.js" as Emoji diff --git a/qml/components/VideoPreview.qml b/qml/components/VideoPreview.qml index be38f60..8dc0b1b 100644 --- a/qml/components/VideoPreview.qml +++ b/qml/components/VideoPreview.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../js/functions.js" as Functions Item { diff --git a/qml/pages/ChatPage.qml b/qml/pages/ChatPage.qml index 7615bc7..8ab41f5 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import Sailfish.Silica 1.0 import Sailfish.Pickers 1.0 import Nemo.Thumbnailer 1.0 diff --git a/qml/pages/ImagePage.qml b/qml/pages/ImagePage.qml index bbbe752..4a8f40a 100644 --- a/qml/pages/ImagePage.qml +++ b/qml/pages/ImagePage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions diff --git a/qml/pages/OverviewPage.qml b/qml/pages/OverviewPage.qml index f9ba3d4..c2ea5d7 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import Sailfish.Silica 1.0 import Nemo.Notifications 1.0 import WerkWolf.Fernschreiber 1.0 diff --git a/qml/pages/PollCreationPage.qml b/qml/pages/PollCreationPage.qml index 3f630ac..6b3e26f 100644 --- a/qml/pages/PollCreationPage.qml +++ b/qml/pages/PollCreationPage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/pages/PollResultsPage.qml b/qml/pages/PollResultsPage.qml index 764754c..b2d4e07 100644 --- a/qml/pages/PollResultsPage.qml +++ b/qml/pages/PollResultsPage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/pages/VideoPage.qml b/qml/pages/VideoPage.qml index 55fa5f5..85b33d7 100644 --- a/qml/pages/VideoPage.qml +++ b/qml/pages/VideoPage.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.0 +import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions From 3f454711cf6b169c0f9183c7e4b5c862dcdee4b4 Mon Sep 17 00:00:00 2001 From: John Gibbon Date: Sat, 31 Oct 2020 21:09:59 +0100 Subject: [PATCH 3/3] remove some unused imports --- qml/components/AppNotification.qml | 1 - qml/components/AppNotificationItem.qml | 1 - qml/components/DocumentPreview.qml | 1 - qml/components/ImagePreview.qml | 1 - qml/components/InReplyToRow.qml | 1 - qml/components/PollPreview.qml | 1 - qml/components/StickerPicker.qml | 2 -- qml/pages/ChatPage.qml | 2 -- qml/pages/ImagePage.qml | 1 - qml/pages/OverviewPage.qml | 2 -- qml/pages/PollCreationPage.qml | 1 - qml/pages/PollResultsPage.qml | 1 - 12 files changed, 15 deletions(-) diff --git a/qml/components/AppNotification.qml b/qml/components/AppNotification.qml index d73a83e..916e295 100644 --- a/qml/components/AppNotification.qml +++ b/qml/components/AppNotification.qml @@ -17,7 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/AppNotificationItem.qml b/qml/components/AppNotificationItem.qml index d21f89c..7405749 100644 --- a/qml/components/AppNotificationItem.qml +++ b/qml/components/AppNotificationItem.qml @@ -17,7 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/DocumentPreview.qml b/qml/components/DocumentPreview.qml index a6e4ce6..c6d7257 100644 --- a/qml/components/DocumentPreview.qml +++ b/qml/components/DocumentPreview.qml @@ -17,7 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/ImagePreview.qml b/qml/components/ImagePreview.qml index 6e65742..202a633 100644 --- a/qml/components/ImagePreview.qml +++ b/qml/components/ImagePreview.qml @@ -17,7 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index e0b3bd5..7842f04 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -18,7 +18,6 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/components/PollPreview.qml b/qml/components/PollPreview.qml index 21b68ef..1017b8e 100644 --- a/qml/components/PollPreview.qml +++ b/qml/components/PollPreview.qml @@ -19,7 +19,6 @@ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtGraphicalEffects 1.0 import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/components/StickerPicker.qml b/qml/components/StickerPicker.qml index 7dcb349..32c3545 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -17,8 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 -import QtMultimedia 5.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 8ab41f5..1276fb7 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -17,8 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 -import QtMultimedia 5.6 import Sailfish.Silica 1.0 import Sailfish.Pickers 1.0 import Nemo.Thumbnailer 1.0 diff --git a/qml/pages/ImagePage.qml b/qml/pages/ImagePage.qml index 4a8f40a..2c781a4 100644 --- a/qml/pages/ImagePage.qml +++ b/qml/pages/ImagePage.qml @@ -18,7 +18,6 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions diff --git a/qml/pages/OverviewPage.qml b/qml/pages/OverviewPage.qml index c2ea5d7..f01e28a 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -17,8 +17,6 @@ along with Fernschreiber. If not, see . */ import QtQuick 2.6 -import QtGraphicalEffects 1.0 -import QtMultimedia 5.6 import Sailfish.Silica 1.0 import Nemo.Notifications 1.0 import WerkWolf.Fernschreiber 1.0 diff --git a/qml/pages/PollCreationPage.qml b/qml/pages/PollCreationPage.qml index 6b3e26f..ec4467e 100644 --- a/qml/pages/PollCreationPage.qml +++ b/qml/pages/PollCreationPage.qml @@ -18,7 +18,6 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/pages/PollResultsPage.qml b/qml/pages/PollResultsPage.qml index b2d4e07..e3bd0e0 100644 --- a/qml/pages/PollResultsPage.qml +++ b/qml/pages/PollResultsPage.qml @@ -18,7 +18,6 @@ */ import QtQuick 2.6 import Sailfish.Silica 1.0 -import QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji