changeset 27640:2a03fa568feb

* file-editor-tab.cc: Comment.
author John W. Eaton <jwe@octave.org>
date Tue, 05 Nov 2019 01:13:16 -0500
parents a18081db8fa3
children ab13485346c2
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Tue Nov 05 00:44:16 2019 -0500
+++ b/libgui/src/m-editor/file-editor.cc	Tue Nov 05 01:13:16 2019 -0500
@@ -856,6 +856,7 @@
                 m_tab_widget->removeTab (i);
                 // Deleting sender is dodgy, but works because the signal
                 // is the last item in the sender's routines.
+                // FIXME: can we use deleteLater here?
                 delete fileEditorTab;
                 break;
               }