[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Mon Sep 12 15:52:31 CEST 2005
SVN commit 459945 by staikos:
missed a stray semicolon
M +1 -1 kstgfxmousehandlerutils.h
--- trunk/extragear/graphics/kst/kst/kstgfxmousehandlerutils.h #459944:459945
@@ -28,7 +28,7 @@
QRect newLine(const QPoint& pos, const QPoint& mouseOrigin, bool shift);
// returns -1 if pos is in 1st or 3rd quadrant with origin mouseOrigin, 1 otherwise
int negativeOne(const QPoint& pos, const QPoint& mouseOrigin);
-};
+}
#endif
More information about the Kst
mailing list