Commit e04ac165 authored by Ilia Ryabokon's avatar Ilia Ryabokon

Merge branch 'release-candidate' of github.com:Sankore/Sankore-3.1 into release-candidate

parents f898562c a5ca5b60
......@@ -1347,7 +1347,9 @@ void UBFeaturesModel::moveData(const UBFeature &source, const UBFeature &destina
deleteItem(source);
}
emit dataRestructured();
// Commented because of crashes on mac. But works fine. It is not predictable behavior.
// Please uncomment it if model will not refreshes
// emit dataRestructured();.
}
Qt::ItemFlags UBFeaturesModel::flags( const QModelIndex &index ) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment