SubmitFileModel: Remove commented code

Change-Id: I6806ff0d724dc40559a980cd09aa9ae9e32ebaab
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2017-05-18 21:33:29 +02:00
committed by André Hartmann
parent a396c79702
commit 744285c3fc

View File

@@ -115,7 +115,6 @@ static QList<QStandardItem *> createFileRow(const QString &repositoryRoot,
SubmitFileModel::SubmitFileModel(QObject *parent) :
QStandardItemModel(0, 2, parent)
{
// setColumnCount(2);
setHorizontalHeaderLabels({tr("State"), tr("File")});
}