Emitting a dataChanged signal from setData after succesful update and connecting...
[emufront] / src / models / emufrontfileobjectmodel.cpp
index 0720a4b..fd89a1b 100644 (file)
@@ -54,6 +54,7 @@ bool EmuFrontFileObjectModel::setData(const QModelIndex &index, const QVariant &
     }
 
     refresh();
+       if (ok) emit dataChanged();
     return ok;
 }