diff src/main.h @ 249:cfaf03d8d23e

Disable doubleclick edit of users for now.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 May 2018 13:29:46 +0300
parents 43a5e09bb832
children 4d2b37a0acf2
line wrap: on
line diff
--- a/src/main.h	Tue May 08 13:21:17 2018 +0300
+++ b/src/main.h	Tue May 08 13:29:46 2018 +0300
@@ -218,7 +218,7 @@
     void on_button_PayDebt_clicked();
     void on_button_PayFullDebt_clicked();
 
-    void on_tableview_People_doubleClicked(const QModelIndex &index);
+//    void on_tableview_People_doubleClicked(const QModelIndex &index);
 
     void selectedPersonChanged(const QModelIndex &, const QModelIndex &);