octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60646] launching qt doc browser with doc func


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #60646] launching qt doc browser with doc function leaves temporary files
Date: Mon, 14 Jun 2021 15:28:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #19, bug #60646 (project octave):

@Torsten: OK.  I'm also wondering now whether the lines like


    if (m_history_window->isFloating ())
      m_history_window.clear ();


in the main_window destructor are needed now?  These variables like
m_history_window should only be deleted if they are children of the
main_window object and since they are stored as QPointer objects they will be
set to nullptr when they are deleted.  Then if they are needed again at the
command line, they will be recreated.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60646>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]