Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed all the [-Werror=deprecated-declarations]
1) 933:20: error: ‘void QGraphicsView::setMatrix(const QMatrix&, bool)’ es obsoleto: Use setTransform() 2) 1141:29: error: ‘QMap<K, V>& QMap<K, V>::unite(const QMap<K, V>&) [con Key = QString; T = QString]’ es obsoleto: Use QMultiMap for maps storing multiple values with the same key. 3) 1145:29: error: ‘QMap<K, V>& QMap<K, V>::unite(const QMap<K, V>&) [con Key = QString; T = QString]’ es obsoleto: Use QMultiMap for maps storing multiple values with the same key. 4) 1149:29: error: ‘QMap<K, V>& QMap<K, V>::unite(const QMap<K, V>&) [con Key = QString; T = QString]’ es obsoleto: Use QMultiMap for maps storing multiple values with the same key.
- Loading branch information