remove unused imports
This commit is contained in:
parent
b56e219bcf
commit
069cd51329
3 changed files with 8 additions and 11 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: pantalaimon.thrrgilag\n"
|
"Project-Id-Version: pantalaimon.thrrgilag\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-07-14 00:16+0000\n"
|
"POT-Creation-Date: 2020-07-14 02:28+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -37,30 +37,30 @@ msgstr ""
|
||||||
msgid "Listen on 127.0.0.1:"
|
msgid "Listen on 127.0.0.1:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:19 pantalaimon.desktop.in.h:1
|
#: ../qml/SettingsPage.qml:18 pantalaimon.desktop.in.h:1
|
||||||
msgid "Pantalaimon UT"
|
msgid "Pantalaimon UT"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:24
|
#: ../qml/SettingsPage.qml:23
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:36
|
#: ../qml/SettingsPage.qml:35
|
||||||
msgid "Service start disabled"
|
msgid "Service start disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:36
|
#: ../qml/SettingsPage.qml:35
|
||||||
msgid "Service start enabled"
|
msgid "Service start enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:106
|
#: ../qml/SettingsPage.qml:105
|
||||||
msgid "Delete homeserver"
|
msgid "Delete homeserver"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:124
|
#: ../qml/SettingsPage.qml:123
|
||||||
msgid "No homeservers"
|
msgid "No homeservers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../qml/SettingsPage.qml:177
|
#: ../qml/SettingsPage.qml:176
|
||||||
msgid "Add Homeserver"
|
msgid "Add Homeserver"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
import Ubuntu.Components 1.3
|
import Ubuntu.Components 1.3
|
||||||
//import QtQuick.Controls 2.2
|
|
||||||
import QtQuick.Layouts 1.3
|
import QtQuick.Layouts 1.3
|
||||||
import Qt.labs.settings 1.0
|
|
||||||
|
|
||||||
MainView {
|
MainView {
|
||||||
id: root
|
id: root
|
||||||
|
|
|
@ -2,7 +2,6 @@ import QtQuick 2.7
|
||||||
import QtQuick.Layouts 1.3
|
import QtQuick.Layouts 1.3
|
||||||
import Ubuntu.Components 1.3
|
import Ubuntu.Components 1.3
|
||||||
import Ubuntu.Components.ListItems 1.3 as ListItems
|
import Ubuntu.Components.ListItems 1.3 as ListItems
|
||||||
import Qt.labs.settings 1.0
|
|
||||||
import io.thp.pyotherside 1.3
|
import io.thp.pyotherside 1.3
|
||||||
|
|
||||||
import "Components"
|
import "Components"
|
||||||
|
|
Loading…
Reference in a new issue