Removed debug messages.
This commit is contained in:
@@ -185,16 +185,12 @@ bool BCValueModel::setData(const QModelIndex& index, const QVariant& variant, in
|
||||
{
|
||||
BCValuePtr value = _valueList[index.row()];
|
||||
|
||||
qDebug() << "--- YES! " << variant.toInt();
|
||||
|
||||
// Wir erwarten hier nur den Value-Teil (vom Slider/Editor)
|
||||
// Checken ob Int oder Double
|
||||
if (variant.canConvert<int>())
|
||||
{
|
||||
qDebug() << "--- new VALUE: " << variant.toInt();
|
||||
if( variant.toInt() == 42)
|
||||
{
|
||||
qDebug() << "--- YES! " << variant.toInt();
|
||||
//emit makeSimonHappy();
|
||||
}
|
||||
// QUARK!
|
||||
|
||||
Reference in New Issue
Block a user