OSDN Git Service

QRect cleanup
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 18 Jun 2019 18:33:00 +0000 (18:33 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 18 Jun 2019 18:33:00 +0000 (18:33 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/tools/qrect.h

index 07bb8af..289869c 100644 (file)
@@ -138,9 +138,6 @@ public:
 
 
 private:
-#if defined(Q_WS_X11)
-    friend void qt_setCoords(QRect *r, int xp1, int yp1, int xp2, int yp2);
-#endif
     int x1;
     int y1;
     int x2;