diff libgui/src/workspace-model.h @ 27590:f6b729077ebd

use consistent order for signal/slot/other decls in libgui/src files
author John W. Eaton <jwe@octave.org>
date Sat, 26 Oct 2019 11:31:05 -0400
parents da1f59fe04b3
children 0495b64288f7
line wrap: on
line diff
--- a/libgui/src/workspace-model.h	Fri Oct 25 14:50:09 2019 -0400
+++ b/libgui/src/workspace-model.h	Sat Oct 26 11:31:05 2019 -0400
@@ -75,6 +75,11 @@
 
     symbol_info_list get_symbol_info (void) const { return m_syminfo_list; }
 
+  signals:
+
+    void model_changed (void);
+    void prompt_variable_editor(void);
+
   public slots:
 
     void set_workspace (bool top_level, bool debug,
@@ -84,11 +89,6 @@
 
     void notice_settings (const QSettings *);
 
-  signals:
-
-    void model_changed (void);
-    void prompt_variable_editor(void);
-
   private:
 
     void clear_data (void);