diff libgui/src/history-dock-widget.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/history-dock-widget.h	Fri Oct 25 14:50:09 2019 -0400
+++ b/libgui/src/history-dock-widget.h	Sat Oct 26 11:31:05 2019 -0400
@@ -44,14 +44,6 @@
 
     ~history_dock_widget (void) = default;
 
-  public slots:
-
-    void set_history (const QStringList& hist);
-    void append_history (const QString& hist_entry);
-    void clear_history (void);
-    void save_settings (void);
-    void notice_settings (const QSettings *);
-
   signals:
 
     void information (const QString& message);
@@ -66,6 +58,14 @@
 
     void command_create_script (const QString& commands);
 
+  public slots:
+
+    void set_history (const QStringList& hist);
+    void append_history (const QString& hist_entry);
+    void clear_history (void);
+    void save_settings (void);
+    void notice_settings (const QSettings *);
+
   private slots:
 
     void update_filter_history (void);