This commit is contained in:
2026-01-10 22:18:54 +01:00
parent aa4b2a1b84
commit 7780657d82
12 changed files with 160 additions and 52 deletions

View File

@@ -194,7 +194,7 @@ bool BCValueModel::setData(const QModelIndex& index, const QVariant& variant, in
if( variant.toInt() == 42)
{
qDebug() << "--- YES! " << variant.toInt();
emit makeSimonHappy();
//emit makeSimonHappy();
}
value->rawValue = variant.toInt();
}