From b6500add68e8bd634788791651545ca92bf451d2 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 9 Jul 2020 13:06:36 -0400 Subject: [PATCH] Remove useless imports in HAvatar and HNoticePage --- TODO.md | 3 +-- src/gui/Base/HAvatar.qml | 1 - src/gui/Base/HNoticePage.qml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 586eec96..f239879a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,8 @@ # TODO -- highlight when logging in to new account +- fix highlight when logging in to new account - warn about no E2E room shared if no devices - keyboard controls -- remove useless Base imports in Base components - HTile enter trigger leftClicked() - HMenuItem: use onTriggered, not onClicked diff --git a/src/gui/Base/HAvatar.qml b/src/gui/Base/HAvatar.qml index 7d632b43..105930ac 100644 --- a/src/gui/Base/HAvatar.qml +++ b/src/gui/Base/HAvatar.qml @@ -2,7 +2,6 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 -import "../Base" Rectangle { id: avatar diff --git a/src/gui/Base/HNoticePage.qml b/src/gui/Base/HNoticePage.qml index 7bdc186c..b407eda7 100644 --- a/src/gui/Base/HNoticePage.qml +++ b/src/gui/Base/HNoticePage.qml @@ -2,7 +2,6 @@ import QtQuick 2.12 import QtQuick.Layouts 1.12 -import "../Base" HRowLayout { property alias label: noticeLabel