mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
window: remove unused signal
This commit is contained in:
@@ -15,7 +15,6 @@ FloatingWindow {
|
||||
property bool keyboardNavigationActive: false
|
||||
property var parentModal: null
|
||||
|
||||
signal closed
|
||||
signal widgetAdded(string widgetType)
|
||||
|
||||
function updateFilteredWidgets() {
|
||||
@@ -87,7 +86,6 @@ FloatingWindow {
|
||||
|
||||
function hide() {
|
||||
visible = false;
|
||||
root.closed();
|
||||
if (!parentModal)
|
||||
return;
|
||||
parentModal.shouldHaveFocus = Qt.binding(() => parentModal.shouldBeVisible);
|
||||
|
||||
Reference in New Issue
Block a user