X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiImage.h;h=6f6064438a7927292adb7459f818f9aad2ed1752;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=0da2802cd5e447e172270600d144796de78d996d;hpb=31c1982677e0602ed6151521706d865d4c84d85a;p=lyx.git diff --git a/src/frontends/qt4/GuiImage.h b/src/frontends/qt4/GuiImage.h index 0da2802cd5..6f6064438a 100644 --- a/src/frontends/qt4/GuiImage.h +++ b/src/frontends/qt4/GuiImage.h @@ -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_;