Remove useless imports in HAvatar and HNoticePage
This commit is contained in:
parent
7c213a5317
commit
b6500add68
3
TODO.md
3
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
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import "../Base"
|
||||
|
||||
Rectangle {
|
||||
id: avatar
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import "../Base"
|
||||
|
||||
HRowLayout {
|
||||
property alias label: noticeLabel
|
||||
|
|
Loading…
Reference in New Issue
Block a user