comparison main.cpp @ 15:466417b7a1e4

Remove the mysterious XXX button.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Mar 2017 17:10:22 +0300
parents 8a6a90ce0e0f
children 8765397e45f4
comparison
equal deleted inserted replaced
14:8a6a90ce0e0f 15:466417b7a1e4
480 peopleFilter = cleanupStr(str); 480 peopleFilter = cleanupStr(str);
481 updatePersonList(); 481 updatePersonList();
482 } 482 }
483 483
484 484
485 void SyntilistaMainWindow::on_button_XXX_clicked()
486 {
487 statusMsg(tr("Mystistä XXX-namiskaa painettu!"));
488 }
489
490
491 // 485 //
492 // Add one transaction to given person id 486 // Add one transaction to given person id
493 // 487 //
494 int SyntilistaMainWindow::addTransaction(qint64 id, double value, PersonInfo &info) 488 int SyntilistaMainWindow::addTransaction(qint64 id, double value, PersonInfo &info)
495 { 489 {