From a766dc411422a4c190bfb6c309bf1072032e0e9e Mon Sep 17 00:00:00 2001 From: Daniel d'Andrada Date: Thu, 5 Apr 2018 18:01:37 +0200 Subject: s/AppUIScreen/PrimaryWindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a window and not a screen afterall. Also fits better with the existing SecondaryWindow component. Updated and improved its documentation a bit as well. Change-Id: I3ba9899c3c9e466453ab8fea26da18166c740f54 Reviewed-by: Lukáš Tinkl --- dev/apps/com.pelagicore.sheets/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/apps/com.pelagicore.sheets') diff --git a/dev/apps/com.pelagicore.sheets/Main.qml b/dev/apps/com.pelagicore.sheets/Main.qml index 74f3c27e..1a52653a 100644 --- a/dev/apps/com.pelagicore.sheets/Main.qml +++ b/dev/apps/com.pelagicore.sheets/Main.qml @@ -32,7 +32,7 @@ import QtQuick 2.8 import utils 1.0 -AppUIScreen { +PrimaryWindow { id: root SheetsContent { -- cgit v1.2.3