Skip to content

Commit

Permalink
Updated QtQuick
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Jun 20, 2017
1 parent eedcf68 commit 14000d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion po/mines.neothethird.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mines.neothethird\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-20 17:53+0000\n"
"POT-Creation-Date: 2017-06-20 18:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.ListItems 1.3 as ListItem
import Ubuntu.Components.Popups 1.3
Expand Down
2 changes: 1 addition & 1 deletion qml/MinefieldModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

import QtQuick 2.0
import QtQuick 2.4

ListModel {
property int rows
Expand Down
2 changes: 1 addition & 1 deletion qml/MinefieldView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

import QtQuick 2.0
import QtQuick 2.4
import Ubuntu.Components 1.3
import QtFeedback 5.0

Expand Down

0 comments on commit 14000d4

Please sign in to comment.