]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QLPainter.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QLPainter.h
index 6a9f7a0dc894c7cc85f09971839f341a0763c4a8..707fb77468770c047837a67cd4bbe5783eaa9916 100644 (file)
@@ -21,8 +21,8 @@ class LyXFont;
 class QPaintDevice;
 class QPainter;
 class QString;
-class QPixmap;\r
-class QImage;\r
+class QPixmap;
+class QImage;
 class QWorkArea;
 
 /**
@@ -34,16 +34,16 @@ public:
 
        ~QLPainter();
 
-       /// begin painting\r
-       /**\r
-       Not used in the the Qt4 frontend.\r
+       /// begin painting
+       /**
+       Not used in the the Qt4 frontend.
        */
        virtual void start() {}
 
        /// end painting
-       /**\r
-       Not used in the the Qt4 frontend.\r
-       */\r
+       /**
+       Not used in the the Qt4 frontend.
+       */
        virtual void end() {}
 
        /// return the width of the work area in pixels
@@ -129,9 +129,9 @@ public:
        /// draw a pixmap from the image cache
        virtual void drawPixmap(int x, int y, QPixmap const & pixmap);
 
-       /// draw a pixmap from the image cache\r
-       virtual void drawImage(int x, int y, QImage const & image);\r
-\r
+       /// draw a pixmap from the image cache
+       virtual void drawImage(int x, int y, QImage const & image);
+
 private:
        /// draw small caps text
        void smallCapsText(int x, int y,