SubmitFileModel: Whitespace cleanup

Change-Id: I93a4d07efd7acd06d72372da7679a8e71b00a8e3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2017-05-17 21:38:35 +02:00
committed by André Hartmann
parent 7e45c2e7e2
commit 9e2952cf8e

View File

@@ -84,7 +84,7 @@ static QList<QStandardItem *> createFileRow(const QString &repositoryRoot,
statusItem->setFlags(flags);
statusItem->setData(v);
auto fileItem = new QStandardItem(fileName);
fileItem->setFlags(Qt::ItemIsSelectable|Qt::ItemIsEnabled);
fileItem->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled);
// For some reason, Windows (at least) requires a valid (existing) file path to the icon, so
// the repository root is needed here.
// Note: for "overlaid" icons in Core::FileIconProvider a valid file path is not required