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