]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImage.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiImage.h
index 0da2802cd5e447e172270600d144796de78d996d..6f6064438a7927292adb7459f818f9aad2ed1752 100644 (file)
@@ -24,8 +24,10 @@ namespace graphics {
 class GuiImage : public Image
 {
 public:
-       /// Access to this class is through this static method.
-       static Image * newImage();
+       /// Access to the class is through newImage() and clone.
+       GuiImage();
+       ///
+       GuiImage(GuiImage const &);
 
        /// Retrieve the rendered image.
        QImage const & image() const;
@@ -58,11 +60,6 @@ private:
        /// Scale the image using params.
        bool scale(Params const & params);
 
-       /// Access to the class is through newImage() and clone.
-       GuiImage();
-       ///
-       GuiImage(GuiImage const &);
-
        /// The original loaded image.
        QImage original_;