changeset 66:6767807df30e

Reorder slot definitions.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Apr 2017 14:55:43 +0300
parents f9a1d33ed4a8
children 7c507c1d30e9
files main.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.h	Sun Apr 09 14:49:03 2017 +0300
+++ b/main.h	Sun Apr 09 14:55:43 2017 +0300
@@ -123,6 +123,8 @@
 
     void on_button_EditPerson_clicked();
 
+    void on_button_DeletePerson_clicked();
+
     void on_button_ClearFilter_clicked();
 
     void on_button_Quit_clicked();
@@ -151,7 +153,6 @@
     
     void updateSortOrder(int index, Qt::SortOrder order);
 
-    void on_button_DeletePerson_clicked();
 
 private:
     Ui::SyntilistaMainWindow *ui;