A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
modified pattern to use only QMap
[blast.git]
/
InterfaceItem.cpp
diff --git
a/InterfaceItem.cpp
b/InterfaceItem.cpp
index ff5f5c6142d204d6b18b4b5d7df9d839c981beef..10158d7bd7a97a78fb4b3ce1d8e06d6d4559fee6 100644
(file)
--- a/
InterfaceItem.cpp
+++ b/
InterfaceItem.cpp
@@
-257,7
+257,7
@@
void InterfaceItem::addConnectionItem(ConnectionItem* item) {
}
void InterfaceItem::removeConnectionItem(ConnectionItem* item) {
- connections.remove
One
(item);
+ connections.remove
All
(item);
}
QDataStream &operator <<(QDataStream &out, InterfaceItem *i) {