chore: remove dead code

This commit is contained in:
Lukáš Tinkl 2023-01-06 14:08:49 +01:00 committed by Lukáš Tinkl
parent 9b8a86a3cb
commit 785110b410
1 changed files with 0 additions and 7 deletions

View File

@ -47,10 +47,6 @@ Rectangle {
property var inputField
property bool shouldHide: false
Timer {
id: timer
}
onFormattedPlainTextFilterChanged: {
// We need to callLater because the sort needs to happen before setting the index
Qt.callLater(function () {
@ -138,9 +134,6 @@ Rectangle {
event.accepted = false;
}
}
property int selectedIndex
property var selectedItem: selectedIndex == -1 ? null : model[selectedIndex]
signal suggestionClicked(var item)
DelegateModelGeneralized {
id: mentionsListDelegate