forked from qt-creator/qt-creator
SubmitFileModel: Remove commented code
Change-Id: I6806ff0d724dc40559a980cd09aa9ae9e32ebaab Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
a396c79702
commit
744285c3fc
@@ -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")});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user