changeset 29624:539ba2b7d90c

event-manager.h: Remove visibility attributes from functions defined in header. * libinterp/corefcn/event-manager.h (install_qt_event_handlers, qt_event_handlers): Remove visibility attributes from functions that are defined immediately in the header.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 May 2021 15:14:21 +0200
parents a49e8c0ce9a3
children 6707db623d9d
files libinterp/corefcn/event-manager.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/event-manager.h	Thu May 06 11:55:51 2021 +0200
+++ b/libinterp/corefcn/event-manager.h	Thu May 06 15:14:21 2021 +0200
@@ -321,13 +321,13 @@
     // solution to allow Qt actions like opening the documentation
     // browser when the primary interpreter_events object is not the one
     // defined for the Qt GUI.
-    OCTINTERP_API void
+    void
     install_qt_event_handlers (const std::shared_ptr<interpreter_events>& obj)
     {
       m_qt_event_handlers = obj;
     }
 
-    OCTINTERP_API std::shared_ptr<interpreter_events>
+    std::shared_ptr<interpreter_events>
     qt_event_handlers (void) const { return m_qt_event_handlers; }
 
     // If disable is TRUE, then no additional events will be processed