diff src/main.cpp @ 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 4f947840c806
children 4d2b37a0acf2
line wrap: on
line diff
--- a/src/main.cpp	Tue May 08 13:21:17 2018 +0300
+++ b/src/main.cpp	Tue May 08 13:29:46 2018 +0300
@@ -822,6 +822,7 @@
 }
 
 
+/*
 void SyntilistaMainWindow::on_tableview_People_doubleClicked(const QModelIndex &curr)
 {
     int row = curr.row();
@@ -836,6 +837,7 @@
     else
         setActivePerson(-1);
 }
+*/
 
 
 void SyntilistaMainWindow::on_button_ClearFilter_clicked()