diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-19 05:30:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-19 10:34:40 -0700 |
commit | 1e86662e4a30ceebca0faf4a12169ce25740c4d4 (patch) | |
tree | cdb6ff707f1b96780f105aff6c4aded1da0b851c /mobile-widgets/qml/mobile-resources.qrc | |
parent | a807a5e8cd5473c8bacf5b6299755899f613a1dd (diff) | |
download | subsurface-1e86662e4a30ceebca0faf4a12169ce25740c4d4.tar.gz |
Remove QML files that are no longer used
The TextButton was what we used for actions very early on, and the TopBar
has now been replaced by the Kirigami header bar.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index e54e1e458..0592c1119 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -1,7 +1,6 @@ <RCC> <qresource prefix="/qml"> <file>main.qml</file> - <file>TextButton.qml</file> <file>Preferences.qml</file> <file>About.qml</file> <file>CloudCredentials.qml</file> @@ -12,7 +11,6 @@ <file>DownloadFromDiveComputer.qml</file> <file>GpsList.qml</file> <file>Log.qml</file> - <file>TopBar.qml</file> <file>ThemeTest.qml</file> <file>StartPage.qml</file> <file>StyledTextField.qml</file> |