QTfrontend/net/hwmap.h
changeset 10161 c092f92aee23
parent 10150 fa5c83fd0ad9
child 10391 ce3ccc45d790
--- a/QTfrontend/net/hwmap.h	Wed Feb 26 00:28:27 2014 +0400
+++ b/QTfrontend/net/hwmap.h	Wed Feb 26 23:07:55 2014 +0400
@@ -22,7 +22,7 @@
 
 #include <QByteArray>
 #include <QString>
-#include <QImage>
+#include <QPixmap>
 
 #include "tcpBase.h"
 
@@ -50,7 +50,7 @@
         virtual void SendToClientFirst();
 
     signals:
-        void ImageReceived(const QImage newImage);
+        void ImageReceived(const QPixmap & newImage);
         void HHLimitReceived(int hhLimit);
 
     private: