diff options
author | Matt Porter <mporter@konsulko.com> | 2018-06-26 13:12:54 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-06-26 13:41:43 -0400 |
commit | 20bb3b8bbf269f89c4225a3881d4ee80eee26882 (patch) | |
tree | c8aba29bb7c7af0be55a96c6120dc03638cf44c4 /app/Recents.qml | |
parent | fb4ff765c9349db4e14e26eead5e2ceec673800b (diff) |
Remove all static contacts model supportflounder_5.99.2flounder_5.99.1flounder/5.99.2flounder/5.99.15.99.25.99.1
Remove all of the static contacts model support that was
deprecated by the new ContactModel support in libqtappfw.
Goodbye, Art McGee!
Bug-AGL: SPEC-1436
Change-Id: I4e33d459d389c7d35afceb484eb21541660f9750
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/Recents.qml')
-rw-r--r-- | app/Recents.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Recents.qml b/app/Recents.qml index 88fcf20..3eafaac 100644 --- a/app/Recents.qml +++ b/app/Recents.qml @@ -19,7 +19,6 @@ import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 import AGL.Demo.Controls 1.0 import RecentCall 1.0 -import 'models' Item { id: root |