summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-15 18:11:13 +0200
committerGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-15 18:11:34 +0200
commit03a52b37bc193a56371532734641fd4e1c0072b4 (patch)
treed6f55a9e9178f890f5b6092bf714997c855e4b51
parent4a1b675b862bccc1dae1b1c2e36b8433e8f21402 (diff)
downloadsubsurface-03a52b37bc193a56371532734641fd4e1c0072b4.tar.gz
QML UI: add material theme controls
In order for the theme styilng to work we need the materials definitions. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
-rw-r--r--mobile-widgets/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 7ccb0c1ed..2cce06607 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.4
import QtQuick.Controls 2.0
+import QtQuick.Controls.Material 2.1
import QtQuick.Window 2.2
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.1