Compile Windows

This commit is contained in:
Friedemann Kleint
2008-12-19 17:44:11 +01:00
parent defc270896
commit 5b8008609c

View File

@@ -31,7 +31,7 @@ bool BranchModel::Branch::parse(const QString &lineIn, bool *isCurrent)
static inline Qt::ItemFlags typeToModelFlags(BranchModel::Type t)
{
Qt::ItemFlags rc = Qt::ItemIsSelectable|Qt::ItemIsEnabled;
if (t == BranchModel::BranchModel::LocalBranches)
if (t == BranchModel::LocalBranches)
rc |= Qt::ItemIsUserCheckable;
return rc;
}