changeset 10175 | c92668840ea8 |
parent 10171 | 00f41ff0bf2d |
child 10336 | 3edfa6b68407 |
--- a/QTfrontend/ui/widget/mapContainer.cpp Mon Mar 03 22:36:30 2014 +0400 +++ b/QTfrontend/ui/widget/mapContainer.cpp Tue Mar 04 00:40:23 2014 +0400 @@ -615,7 +615,7 @@ if (pMap) { - disconnect(pMap, 0, this, SLOT(setImage(const QImage))); + disconnect(pMap, 0, this, SLOT(setImage(const QPixmap))); disconnect(pMap, 0, this, SLOT(setHHLimit(int))); pMap = 0; }