Comments update

This commit is contained in:
Wladimir J. van der Laan
2011-11-12 12:20:34 +01:00
parent 96b1e085c3
commit c75abc9f7e
3 changed files with 1 additions and 2 deletions

View File

@@ -100,7 +100,6 @@ TransactionView::TransactionView(QWidget *parent) :
QVBoxLayout *vlayout = new QVBoxLayout(this);
vlayout->setContentsMargins(0,0,0,0);
vlayout->setSpacing(0);
//vlayout->addLayout(hlayout2);
QTableView *view = new QTableView(this);
vlayout->addLayout(hlayout);