Recreated vcxproj
This commit is contained in:
@@ -143,8 +143,6 @@ void BCValueDelegate::paint(QPainter *painter, const QStyleOptionViewItem& optio
|
||||
|
||||
if( bcValue.valueType() == BCValue::ValueType::Bool )
|
||||
{
|
||||
opt.text = "fitz!";
|
||||
qDebug() << " -- YES: " << opt.text;
|
||||
opt.text = bcValue.rawValue() == 1 ? "Yes" : "No";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user