From 6b5864806d55601e3e3c948f7037ce0b55617105 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 26 Oct 2014 21:34:26 +0100 Subject: [PATCH] Fix some weird scoping/import issue --- touch/EpisodeListView.qml | 2 ++ touch/Main.qml | 1 + 2 files changed, 3 insertions(+) diff --git a/touch/EpisodeListView.qml b/touch/EpisodeListView.qml index d8e6ea3..4fd0088 100644 --- a/touch/EpisodeListView.qml +++ b/touch/EpisodeListView.qml @@ -22,6 +22,8 @@ import QtQuick 2.0 import 'common' +import 'common/util.js' as Util + PListView { id: episodeList diff --git a/touch/Main.qml b/touch/Main.qml index 77e094d..c31cd89 100644 --- a/touch/Main.qml +++ b/touch/Main.qml @@ -21,6 +21,7 @@ import QtQuick 2.0 import 'common' +import 'common/util.js' as Util import 'common/constants.js' as Constants import 'icons/icons.js' as Icons