Emitting a dataChanged signal from setData after succesful update and connecting...
[emufront] / src / models / setupmodel.cpp
index 6c52270..9a871d6 100644 (file)
@@ -105,6 +105,7 @@ bool SetupModel::setData(const QModelIndex &index, const QVariant &value, int /*
         ok = false;
         qDebug() << "Setup model, this shouldn't be happening!";
     };
+       if (ok) emit dataChanged();
     refresh();
     return ok;
 }