comparison libgui/src/community-news.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
36 #include "gui-preferences-dw.h" 36 #include "gui-preferences-dw.h"
37 #include "gui-preferences-nr.h" 37 #include "gui-preferences-nr.h"
38 #include "gui-settings.h" 38 #include "gui-settings.h"
39 #include "news-reader.h" 39 #include "news-reader.h"
40 40
41 namespace octave 41 OCTAVE_BEGIN_NAMESPACE(octave)
42 { 42
43 community_news::community_news (int serial) 43 community_news::community_news (int serial)
44 : QWidget (nullptr), m_browser (nullptr) 44 : QWidget (nullptr), m_browser (nullptr)
45 { 45 {
46 construct ("https://octave.org", "community-news.html", serial); 46 construct ("https://octave.org", "community-news.html", serial);
47 } 47 }
128 128
129 raise (); 129 raise ();
130 activateWindow (); 130 activateWindow ();
131 } 131 }
132 132
133 } 133 OCTAVE_END_NAMESPACE(octave)