diff --git a/qml/components/AppNotification.qml b/qml/components/AppNotification.qml index 5ba5fff..916e295 100644 --- a/qml/components/AppNotification.qml +++ b/qml/components/AppNotification.qml @@ -16,8 +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 QtGraphicalEffects 1.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/AppNotificationItem.qml b/qml/components/AppNotificationItem.qml index 42aa3a8..7405749 100644 --- a/qml/components/AppNotificationItem.qml +++ b/qml/components/AppNotificationItem.qml @@ -16,8 +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 QtGraphicalEffects 1.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/AudioPreview.qml b/qml/components/AudioPreview.qml index 0b59911..f6be403 100644 --- a/qml/components/AudioPreview.qml +++ b/qml/components/AudioPreview.qml @@ -16,9 +16,9 @@ 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 QtMultimedia 5.6 import "../js/functions.js" as Functions Item { 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 2b656a0..ca67854 100644 --- a/qml/components/DocumentPreview.qml +++ b/qml/components/DocumentPreview.qml @@ -16,8 +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 QtGraphicalEffects 1.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/ImagePreview.qml b/qml/components/ImagePreview.qml index 8156762..62d68a6 100644 --- a/qml/components/ImagePreview.qml +++ b/qml/components/ImagePreview.qml @@ -16,8 +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 QtGraphicalEffects 1.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 Item { diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index e610775..7842f04 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -16,9 +16,8 @@ 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" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji diff --git a/qml/components/LocationPreview.qml b/qml/components/LocationPreview.qml index ecffa23..4eba8fd 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 00d3101..60e34f4 100644 --- a/qml/components/PollPreview.qml +++ b/qml/components/PollPreview.qml @@ -17,9 +17,8 @@ along with Fernschreiber. If not, see . */ -import QtQuick 2.0 +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/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..32c3545 100644 --- a/qml/components/StickerPicker.qml +++ b/qml/components/StickerPicker.qml @@ -16,9 +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 QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import "../components" import "../js/twemoji.js" as Emoji diff --git a/qml/components/StickerPreview.qml b/qml/components/StickerPreview.qml index 9049671..51d2e87 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 a7fe357..a74669a 100644 --- a/qml/components/VideoPreview.qml +++ b/qml/components/VideoPreview.qml @@ -16,9 +16,9 @@ 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 QtMultimedia 5.6 import "../js/functions.js" as Functions Item { 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 0355e70..435fdb0 100644 --- a/qml/pages/ChatPage.qml +++ b/qml/pages/ChatPage.qml @@ -16,9 +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 QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtQuick 2.6 import Sailfish.Silica 1.0 import Sailfish.Pickers 1.0 import Nemo.Thumbnailer 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..2c781a4 100644 --- a/qml/pages/ImagePage.qml +++ b/qml/pages/ImagePage.qml @@ -16,9 +16,8 @@ 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" import "../js/functions.js" as Functions 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..f01e28a 100644 --- a/qml/pages/OverviewPage.qml +++ b/qml/pages/OverviewPage.qml @@ -16,9 +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 QtGraphicalEffects 1.0 -import QtMultimedia 5.0 +import QtQuick 2.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..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.0 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..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.0 import "../components" import "../js/functions.js" as Functions import "../js/twemoji.js" as Emoji 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..85b33d7 100644 --- a/qml/pages/VideoPage.qml +++ b/qml/pages/VideoPage.qml @@ -16,9 +16,9 @@ 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 QtMultimedia 5.6 import "../components" import "../js/functions.js" as Functions