comparison libgui/src/documentation-bookmarks.cc @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
48 48
49 #include "defaults.h" 49 #include "defaults.h"
50 #include "file-ops.h" 50 #include "file-ops.h"
51 #include "oct-env.h" 51 #include "oct-env.h"
52 52
53 namespace octave 53 OCTAVE_BEGIN_NAMESPACE(octave)
54 { 54
55 documentation_bookmarks::documentation_bookmarks (documentation *doc, 55 documentation_bookmarks::documentation_bookmarks (documentation *doc,
56 documentation_browser *browser, 56 documentation_browser *browser,
57 QWidget *p) 57 QWidget *p)
58 : QWidget (p), m_doc (doc), m_browser (browser), m_ctx_menu_item (nullptr) 58 : QWidget (p), m_doc (doc), m_browser (browser), m_ctx_menu_item (nullptr)
59 { 59 {
542 } 542 }
543 add_bookmark (title, url, item); 543 add_bookmark (title, url, item);
544 } 544 }
545 } 545 }
546 546
547 } 547 OCTAVE_END_NAMESPACE(octave)