]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLImage.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QLImage.h
index 16aad2453dd6c1b5eabcfe72b5bf28fd8e11380e..2e0f7f7f2512ed8e7e6f06de43d50e91fed7a5d4 100644 (file)
@@ -23,8 +23,7 @@
 
 namespace grfx {
 
-class QLImage : public Image
-{
+class QLImage : public Image {
 public:
        /// Access to this class is through this static method.
        static ImagePtr newImage();
@@ -71,7 +70,6 @@ public:
 
        /// Scale the image using params.
        virtual void scale(Params const & params);
-
 private:
        /// Access to the class is through newImage() and clone.
        QLImage();