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

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

[Octave-bug-tracker] [bug #60469] F9 to run selected code stopped workin


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #60469] F9 to run selected code stopped working
Date: Wed, 26 May 2021 13:31:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #13, bug #60469 (project octave):

I should also note that the cast and the use of the base class name to refer
to the signal method are both required.  Although they both compiled, neither
of the following worked for me:


    connect (m_edit_area, &QsciScintilla::copyAvailable,
             this, &file_editor_tab::handle_copy_available);



    connect (dynamic_cast<QsciScintilla*> (m_edit_area),
             &octave_qscintilla::copyAvailable,
             this, &file_editor_tab::handle_copy_available);



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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