QTfrontend/ui/widget/mapContainer.cpp
changeset 10175 c92668840ea8
parent 10171 00f41ff0bf2d
child 10336 3edfa6b68407
equal deleted inserted replaced
10174:710ffaae7d59 10175:c92668840ea8
   613     if (!m_previewEnabled)
   613     if (!m_previewEnabled)
   614         return;
   614         return;
   615 
   615 
   616     if (pMap)
   616     if (pMap)
   617     {
   617     {
   618         disconnect(pMap, 0, this, SLOT(setImage(const QImage)));
   618         disconnect(pMap, 0, this, SLOT(setImage(const QPixmap)));
   619         disconnect(pMap, 0, this, SLOT(setHHLimit(int)));
   619         disconnect(pMap, 0, this, SLOT(setHHLimit(int)));
   620         pMap = 0;
   620         pMap = 0;
   621     }
   621     }
   622 
   622 
   623     QPixmap failIcon;
   623     QPixmap failIcon;