Backups.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user