Skip to content

Commit

Permalink
Updates QtQuick to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannygb committed Nov 17, 2018
1 parent 47dd31f commit f9b3c7b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion KeePit/qml/CreateDatabase.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import QtQuick.Layouts 1.1

Expand Down
2 changes: 1 addition & 1 deletion KeePit/qml/Entry.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.Popups 1.3
import KeePass3 1.0
Expand Down
2 changes: 1 addition & 1 deletion KeePit/qml/EntryModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4

ListModel {
//id: listModel
Expand Down
4 changes: 2 additions & 2 deletions KeePit/qml/Importer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.Popups 1.3
import Ubuntu.Components.ListItems 1.3
Expand Down Expand Up @@ -112,8 +112,8 @@ Item {
Page {
id: importPage
visible: false
title: i18n.tr(importer.headerText)
header: PageHeader {
title: i18n.tr(importer.headerText)
leadingActionBar.actions: [
Action {
iconName: importing ? "preferences-system-updates-symbolic" : "back"
Expand Down
2 changes: 1 addition & 1 deletion KeePit/qml/KeySelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.ListItems 1.3
import Ubuntu.Components.ListItems 1.3 as ListItemImport
Expand Down
2 changes: 1 addition & 1 deletion KeePit/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.Popups 1.3
import KeePass3 1.0
Expand Down
2 changes: 1 addition & 1 deletion KeePit/qml/PasswordInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.ListItems 1.3
import Ubuntu.Components.Popups 1.3
Expand Down
2 changes: 1 addition & 1 deletion KeePit/tests/unit/tst_main.qml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QtQuick 2.0
import QtQuick 2.4
import QtTest 1.0
import Ubuntu.Test 1.0
import "../../"
Expand Down

0 comments on commit f9b3c7b

Please sign in to comment.